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
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_ENDPOINT and CACHE_PORT similar to in the go backend.
Probably using https://github.com/redis/node-redis
The text was updated successfully, but these errors were encountered:
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_ENDPOINT
andCACHE_PORT
similar to in the go backend.Probably using https://github.com/redis/node-redis
The text was updated successfully, but these errors were encountered: