You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
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>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export { default } from './commands';
|
||||
|
||||
// TODO
|
||||
export { TimeSeriesDuplicatePolicies, TimeSeriesEncoding, TimeSeriesAggregationType } from './commands';
|
||||
|
Reference in New Issue
Block a user