RedisTimeSeries is a source-available Redis module that extends Redis into a Time Series Database. It is available as part of Redis Stack, Redis Enterprise Cloud, and Redis Enterprise Sofware.
Questions tagged [redistimeseries]
33 questions
0
votes
1 answer
creating a redis docker container with an exising rdb and load module at initiation?
I am trying to start a docker container using a redis db that I have a persistent copy saved to a local machine.
I currently have a docker container loading redis with a volume using this docker-compose.yml but it misses my redis.conf (which…

Ashley Reid
- 163
- 9
0
votes
1 answer
python redistimeseries Timestamp cannot be older than the latest timestamp in the time series
I am trying to use the Python redistimeseries package (RedisLabs v0.8.0)
Python Redis package (RedisLabs) v3.5.3
However when I perform a TS.ADD - it always returns the error
redis.exceptions.ResponseError: TSDB: Timestamp cannot be older than the…

bbaley
- 199
- 6
- 22
0
votes
1 answer
How does Lettuce dynamic command interface work with Redis modules?
Trying to send RedisTimeSeries commands thru Lettuce (Java) to Redis. It worked for simple commands such as TS.Create but I couldn't get slightly more complicated commands to work (such TS.ADD which takes key, score, value as args) or TS.Range…

Jason Xu
- 1