- fix missing exported classes:
Count
,TimestampRange
- add missing parameters on
TS.CREATE
--chunkSize
,duplicatepolicy
- add missing parameters on
TS.ADD
--chunksize
,onDuplicate
- add
TS.REVRANGE
andTS.MREVRANGE
- bump dependencies to latest versions
- fix vulnerabilities
- add tests for new changes
- adds
UNCOMPRESSED
option on.create()
, .add()
, .alter()
methods - adds
tsdoc
with usage examples on public classes, functions, enums, interfaces for better intellisense - updates
README.md
to reflect the latest changes
- update dependencies
- used
redislabs/redistimeseries:latest
image as default - when data are not found in a
multiRange
query, the response still will return a sample with value = 0, but now the timestamp = first timestamp found which will be 0 if the time-series has no data stored
- added Travis CI
- changed RedisLabs docker image from
latest
toedge
tag for running test and CI - added badgets
- updates for compatibility with
redislabs/redistimeseries
version 1.2.2
- update dependencies
- added RedisTimeFactory and ConnectionOptions to index.d.ts
- first implementation