Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to define a cache lifetime settings for redis #293

Open
jspeis opened this issue Jun 5, 2020 · 0 comments
Open

add ability to define a cache lifetime settings for redis #293

jspeis opened this issue Jun 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jspeis
Copy link
Contributor

jspeis commented Jun 5, 2020

would be nice if users could specify one of:

a) an optional environment variable for a default cache lifetime that would apply to all cubes
b) cache lifetime at the cube level which would override any other cache lifetime setting

if no settings are applied, then the cache may live indefinitely. For simplicity we can use EX arg to specify expiration in seconds: see https://redis.io/commands/set

@jspeis jspeis added the enhancement New feature or request label Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant