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
Redis has an option for automatic garbage collection.
If all keys written by storage and journal had expiration (for let's say a month), the option maxmemory=volatile-ttl could be used for automatic garbage collection of old cache. As a result, the oldes cache would be removed automatically and the most fresh will survive.
The text was updated successfully, but these errors were encountered:
Redis has an option for automatic garbage collection.
If all keys written by storage and journal had expiration (for let's say a month), the option
maxmemory=volatile-ttl
could be used for automatic garbage collection of old cache. As a result, the oldes cache would be removed automatically and the most fresh will survive.The text was updated successfully, but these errors were encountered: