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

5 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
266d635a60 add node: to node "core modules" imports 2023-09-18 15:03:07 -04:00
Leibale
54c3a66c72 time-series 2023-07-11 13:11:13 -04:00
dovi
fba3c0a85d fix INCRBY 2023-07-05 14:18:55 -04: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