You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2023. It is now read-only.
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: