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
If you get_or_set() with a timeout, the value is still retrievable with get() even after it expires. The expectation seems to be that a key set in this way is always retrieved with get_or_set(), and it's fresh_key that expires, not the underlying key.
Also, without stale_cache_timeout, the actual key will have no expiration which is not what I'd expect from default behavior.
If you
get_or_set()
with a timeout, the value is still retrievable withget()
even after it expires. The expectation seems to be that a key set in this way is always retrieved withget_or_set()
, and it'sfresh_key
that expires, not the underlying key.Also, without
stale_cache_timeout
, the actual key will have no expiration which is not what I'd expect from default behavior.The text was updated successfully, but these errors were encountered: