1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

31 Commits

Author SHA1 Message Date
Shaya Potter
f7d824c07c CAE-193: add "IGNORE" options to time series commands (for v5 branch) (#2753)
* CAE-193: add "IGNORE" options to time series commands (for v5 branch)

* add INCR/DECR and modify tests to not test ignore on older version

* require maxTimeDiff/maxValDiff to be specified

also rename them

* fix add/ignore test after api change

* update tests for api change in IGNORE option
2024-10-11 11:22:31 +03:00
Leibale
5b086ba358 get ready for beta release 2023-11-09 21:08:53 -05:00
Leibale
817818aa91 WIP 2023-10-23 15:05:16 -04:00
Leibale
266d635a60 add node: to node "core modules" imports 2023-09-18 15:03:07 -04:00
Leibale
ff07bbf3d3 WIP 2023-07-27 11:23:34 -04:00
Leibale
fdd1978d92 WIP 2023-07-18 16:32:45 -04:00
Leibale
54c3a66c72 time-series 2023-07-11 13:11:13 -04:00
dovi
60d0433810 fix CREATERULE 2023-07-05 14:41:55 -04:00
dovi
a9ec9e2b9b fix DELETERULE 2023-07-05 14:41:38 -04:00
dovi
ffa5c50fc0 fix MADD 2023-07-05 14:41:15 -04:00
dovi
cac51e5edb fix CREATE 2023-07-05 14:40:49 -04:00
dovi
7f562bce43 fix GET 2023-07-05 14:19:38 -04:00
dovi
fba3c0a85d fix INCRBY 2023-07-05 14:18:55 -04:00
dovi
fc8a14d55d fix DEL 2023-07-05 14:18:38 -04:00
dovi
a021506bb3 fix DECRBY 2023-07-05 14:18:26 -04:00
dovi
59e2e6d626 fix ALTER 2023-07-05 14:18:03 -04:00
dovi
935b9cbb60 fix ADD 2023-07-05 14:17:51 -04:00
Leibale
fe7ca91ce2 Merge branch 'master' of github.com:redis/node-redis into v5 2023-04-26 17:50:23 -04:00
Leibale Eidelman
986a510237 fix #2481 - fix "falsy" arguments in TS.ALTER (#2483) 2023-04-26 14:29:39 -04:00
Leibale
9faa3e77c4 WIP 2023-04-23 07:56:15 -04:00
Leibale Eidelman
5dd7d3149a close #2192 close #2193 close #2194 close #2195 close #2196 close #2197 close #2198 - support for TimeSeries 1.8 (#2200) 2022-08-31 09:25:13 -04:00
Brandon Everett
ac032d82a0 fix: loop over arguments instead of spreading (#2160)
* fix: loop over arguments instead of spreading

* update to use concat

* use the returned array from pushVerdictArguments (instead of assuming it'll push to the original array)

* fix "Type 'RedisCommandArguments' is not assignable to type 'string[]'."

* fix "Argument of type 'RedisCommandArgument | RedisCommandArguments[]' is not assignable to parameter of type 'RedisCommandArgument | RedisCommandArgument[]'"

* fix "Type 'RedisCommandArguments' is not assignable to type 'string[]'"

Co-authored-by: Leibale Eidelman <leibale1998@gmail.com>
2022-07-13 07:01:35 -04:00
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
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