dgurkaynak / slack-poker-planner

Poker planning app for Slack
https://deniz.co/slack-poker-planner
MIT License
230 stars 37 forks source link

Read REDIS_URL env variable #39

Closed JonasBrand closed 3 years ago

JonasBrand commented 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.

See https://github.com/dgurkaynak/slack-poker-planner/issues/38