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, 2025. It is now read-only.
I am wondering what exactly gets expired when those seconds are reached.
It says that it is meant for keys inside of cache storages (redis, postgres, memcached).
Is it just how long a key is cached?
What is a key exactly?
The text was updated successfully, but these errors were encountered:
Hello @chibbi
Key Value storeage, like Redis, use a key to identify the resource. STORAGE_EXPIRE_SECONDS is the amount of seconds this k/v pair will exist in the storage.
I am wondering what exactly gets expired when those seconds are reached.
It says that it is meant for keys inside of cache storages (redis, postgres, memcached).
Is it just how long a key is cached?
What is a key exactly?
The text was updated successfully, but these errors were encountered: