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 I understood correctly, every query is cached. If we configure a timeout and we use for instance redis, the key will expire after the timeout.
My question is: Is the timeout refreshed when a query is accessed again? I think this would be useful as it would allow to set a "low" timeout to avoid redis getting full of one time queries, but the most common ones will remain always in cache
The text was updated successfully, but these errors were encountered:
If I understood correctly, every query is cached. If we configure a timeout and we use for instance redis, the key will expire after the timeout.
My question is: Is the timeout refreshed when a query is accessed again? I think this would be useful as it would allow to set a "low" timeout to avoid redis getting full of one time queries, but the most common ones will remain always in cache
The text was updated successfully, but these errors were encountered: