Hi Team,
We are using RedisTimeSeries for our project.
Does this support any persistence mechanism? How do we make it work?
Regards
Gautham
Hi Team,
We are using RedisTimeSeries for our project.
Does this support any persistence mechanism? How do we make it work?
Regards
Gautham
Yes, RedisTimeSeries supports all of the Redis standard persistence mechanism.
For more information about Redis persistence see: https://redis.io/topics/persistence
If you’re using Redis Enterprise or Redis Cloud see: https://docs.redislabs.com/latest/rs/concepts/data-access/persistence/
I have conducted an experiment where I run RedisTimeSeries with persistence but after rebooting redis-server, I am not able to get the previous data and getting “ERR TSDB: the key does not exist” error. I see that neither dump.rdb nor appendonly.aof file is not created. Can you please help me understand if I am doing something wrong here?
Following are the steps I performed:
Gentle reminder!!
Gautham