1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
Files
node-redis/packages/time-series
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
..
2021-11-24 21:27:04 -05:00
2021-11-29 08:52:14 -05:00
2022-01-31 12:52:19 -05:00
2022-01-20 11:54:36 -05:00

@node-redis/time-series

This package provides support for the RedisTimeSeries module, which adds a time series data structure to Redis. It extends the Node Redis client to include functions for each of the RedisTimeSeries commands.

To use these extra commands, your Redis server must have the RedisTimeSeries module installed.

For an example of how to add values to a time series, query a time series, and perform aggregated queries against a time series, see time-series.js in the Node Redis examples folder.