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
For my use case, I need to use Redis.OM in a scenario where a sliding expiration window would be extremely helpful. Knowing that Redis doesn't support sliding expiration by default is there a way within Redis.OM (or an extension) to add this behavior?
The text was updated successfully, but these errors were encountered:
@mfaulcon - you'd probably just call Update for the item in question, passing in a timespan, or just explicitly set a TTL / expiration time of the document in Redis.
For my use case, I need to use Redis.OM in a scenario where a sliding expiration window would be extremely helpful. Knowing that Redis doesn't support sliding expiration by default is there a way within Redis.OM (or an extension) to add this behavior?
The text was updated successfully, but these errors were encountered: