Closed JonasBrand closed 3 years ago
Although the environment variable REDIS_URL is maintained in .env, it is actually not used in the code and also the node-redis library does not use it. With this change the environment variable is explicitly read and used when initialising Redis.
.env
See https://github.com/dgurkaynak/slack-poker-planner/issues/38
Although the environment variable REDIS_URL is maintained in
.env
, it is actually not used in the code and also the node-redis library does not use it. With this change the environment variable is explicitly read and used when initialising Redis.See https://github.com/dgurkaynak/slack-poker-planner/issues/38