-
Notifications
You must be signed in to change notification settings - Fork 8
Add Redis support #41
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
- StatusShow more project fieldsBacklog
In the case where the user chose to enable Redis caching, add some example code similar to this to test the connection to the Redis server.
The hostname and port can be exposed to the service through the environment variables
CACHE_ENDPOINTandCACHE_PORTsimilar to in the go backend.Probably using https://github.com/redis/node-redis