Closed nbren12 closed 7 years ago
I'll update the python files to use the environment variables REDIS_PW
, REDIS_URL
and REDIS_PORT
instead of the defaults.
I also changed to using this env variables in redis_wrapper.c
. I forgot which commit this was though, but I think this issue is resolved.
It is
PASS
insrc/redis_wrapper.c
andREDIS_PW
insrc/client.py
. I think the latter is probably better. We should also probably haveREDIS_URL
andREDIS_PORT
variables as well.