Skip to content
Snippets Groups Projects

Adapt to Redis ACLs

Merged Lukas Jelinek requested to merge redis into master
3 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
@@ -40,6 +40,7 @@ def init_redis(conf):
return redis.StrictRedis(
host=conf.get("redis", "host"),
port=conf.getint("redis", "port"),
username=conf.get("redis", "username"),
password=conf.get("redis", "password"),
unix_socket_path=redis_socket
)
Loading