Releases: dzunk/redis-time-series
Releases · dzunk/redis-time-series
0.3.0
- Added
TS.QUERYINDEX
command
0.2.0
- Converted
#info
to a struct instead of a hash.
- Added methods on time series for getting info attributes.
0.1.1
Fix setting labels on TS.CREATE
and TS.ALTER
0.1.0
Basic functionality. Includes commands:
TS.CREATE
TS.ALTER
TS.ADD
TS.MADD
TS.INCRBY
TS.DECRBY
TS.RANGE
TS.GET
TS.INFO