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
TTL parameter in Redis returns the remaining time to live of a key that has a timeout. This introspection capability allows a Redis client to check how many seconds a given key will continue to be part of the dataset.
In ArmoniK Core, a Redis Data TTL Redis__TtlTimeSpan option is added. The following modules must be updated to manage this option (configmaps):
TTL parameter in Redis returns the remaining time to live of a key that has a timeout. This introspection capability allows a Redis client to check how many seconds a given key will continue to be part of the dataset.
In ArmoniK Core, a Redis Data TTL
Redis__TtlTimeSpan
option is added. The following modules must be updated to manage this option (configmaps):See Key eviction and Caching strategies
The text was updated successfully, but these errors were encountered: