Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

[QUESTION] what exactly is STORAGE_EXPIRE_SECONDS? #406

Closed
chibbi opened this issue Jan 24, 2022 · 2 comments
Closed

[QUESTION] what exactly is STORAGE_EXPIRE_SECONDS? #406

chibbi opened this issue Jan 24, 2022 · 2 comments
Labels

Comments

@chibbi
Copy link

chibbi commented Jan 24, 2022

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?

@github-actions
Copy link

github-actions bot commented Mar 8, 2022

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Mar 8, 2022
@filipechagas
Copy link

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.

Check this out for more information on how that works in Redis.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants