@emmanuelnk/redis-time-series-ts
Version:
Javascript RedisTimeSeries client
31 lines (17 loc) • 755 B
Markdown
## 1.2.3 - 2020-03-15
- update dependencies
## 1.2.2 - 2020-02-04
- 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
## 1.2.1 - 2020-01-28
- added Travis CI
- changed RedisLabs docker image from `latest` to `edge` tag for running test and CI
- added badgets
## 1.2.0 - 2020-01-27
- updates for compatibility with `redislabs/redistimeseries` version 1.2.2
## 1.1.1 - 2020-01-25
- update dependencies
## 1.1.0 - 2020-01-09
- added RedisTimeFactory and ConnectionOptions to index.d.ts
## 1.0.2 - 2020-01-08
- first implementation