diff options
Diffstat (limited to 'redis/cluster.py')
-rw-r--r-- | redis/cluster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/cluster.py b/redis/cluster.py index cee578b..cb3b2a6 100644 --- a/redis/cluster.py +++ b/redis/cluster.py @@ -388,7 +388,7 @@ class RedisCluster(AbstractRedisCluster, RedisClusterCommands): redis://[[username]:[password]]@localhost:6379/0 rediss://[[username]:[password]]@localhost:6379/0 - unix://[[username]:[password]]@/path/to/socket.sock?db=0 + unix://[username@]/path/to/socket.sock?db=0[&password=password] Three URL schemes are supported: |