This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Is it possible to set a TTL expiration on keys added to redis? #107
Labels
question
Further information is requested
I use this module to stream IoT data to a real-time monitoring application. The storage size of the data grows exponentially with the amount of connected devices, so it's important to use a strategy of evicting keys once storage is full. I know for redis cli and some redis modules, I can set a TTL on keys using an expire attribute or something similar depending on the module, but I haven't found anything like that in the redistimeseries documentation.
Something like this is what I'm wondering is possible with this module:
What's the best way to attach a TTL to the timeseries data streamed to redis using redistimeseries?
The text was updated successfully, but these errors were encountered: