-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededprerenderLabel for changes at prerenderLabel for changes at prerenderreadmeonly readme changesonly readme changes
Description
Is your feature request related to a problem? Please describe.
I need a environment parameter to switch between redis cache or memory cache
Describe the solution you'd like
We need a environment variable called as "CACHE_TYPE", it could be "REDIS" or "MEMORY", it will be "MEMORY" as default.
Describe alternatives you've considered
If CACHE_TYPE === "MEMORY" then the prerender microservice will cache all in memory.
else if CACHE_TYPE === "REDIS" then the prerender microservice will use redis microservice to caching al data
Additional context
- CACHE_TYPE only must setted using env vars
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededprerenderLabel for changes at prerenderLabel for changes at prerenderreadmeonly readme changesonly readme changes