Leibale Eidelman
0752f143a6
prepare 4.1.0 ( #2111 )
...
* increase test coverage
* @node-redis to @redis
* ugprade deps
* fix benchmark
* use 7.0 docker (not rc), update readmes, clean code, fix @-redis import
* update readme
* fix function in cluster
* update docs
Co-authored-by: Chayim <chayim@users.noreply.github.com >
* Update clustering.md
* add subpackages move warning
* drop support for node 12
* upgrade deps
* fix tsconfig.base.json
Co-authored-by: Chayim <chayim@users.noreply.github.com >
2022-05-02 11:48:12 -04:00
Leibale Eidelman
11c6c24881
Add support for redis functions ( #2020 )
...
* fix #1906 - implement BITFIELD_RO
* initial support for redis functions
* fix test utils
* redis functions commands and tests
* upgrade deps
* fix "Property 'uninstall' does not exist on type 'SinonFakeTimers'"
* upgrade dockers version
* Merge branch 'master' of github.com:redis/node-redis into functions
* fix FUNCTION LIST WITHCODE and FUNCTION STATS
* upgrade deps
* set minimum version for FCALL and FCALL_RO
* fix FUNCTION LOAD
* FUNCTION LOAD
* fix FUNCTION LOAD & FUNCTION LIST & FUNCTION LOAD WITHCODE
* fix FUNCTION_LIST_WITHCODE test
2022-04-25 09:09:23 -04:00
JamesGDiaz
6d6ec7e3e9
fix TS.QUERYINDEX with multiple filters ( #1996 )
...
* fix TS.QUERYINDEX with multiple filters
* Update QUERYINDEX.spec.ts
* Update QUERYINDEX.spec.ts
* Update QUERYINDEX.spec.ts
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-02-21 18:59:21 -05:00
Leibale Eidelman
3547b20293
Graph ( #1887 )
...
* init
* implement graph commands
* add graph to packages table
* fix ts.infoDebug
* fix redisearch tests
* Update INFO_DEBUG.ts
* fix INFO.spec.ts
* test QUERY and SLOWLOG
Co-authored-by: Avital-Fine <avital.fine@redis.com >
2022-01-31 12:52:19 -05:00
Simon Prickett
d602682b64
Adding a RedisTimeSeries example ( #1839 )
...
* Adds the start of a timeseries example.
* Exports required TimeSeries items.
* Fixed import.
* Added TS.INFO example output.
* Fixed typo.
* Fixed typo.
* Exported aggregation enum.
* Working time series example.
Co-authored-by: Leibale Eidelman <leibale1998@gmail.com >
2022-01-19 13:35:18 -05:00
leibale
5c0aad0780
fix imports
2021-12-30 13:16:49 -05:00
leibale
a0de7967f9
buffers, buffers everywhere...
2021-12-20 14:47:51 -05:00
Avital Fine
7110f23369
Support RedisTimeSeries ( #1757 )
...
* Implement missing commands and add test
* Update DECRBY.spec.ts
* Small changes
* clean code
* Update MGET_WITHLABELS.ts
Use map in transformReply
Co-authored-by: leibale <leibale1998@gmail.com >
2021-12-12 08:41:44 -05:00
leibale
a743ca6737
fix TS.CREATERULE
2021-11-29 12:47:17 -05:00
leibale
f648f37f5a
init time series
2021-11-29 08:52:14 -05:00