diff options
Diffstat (limited to 'redis/client.py')
-rwxr-xr-x | redis/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/client.py b/redis/client.py index 75a0dac..c1fe9cb 100755 --- a/redis/client.py +++ b/redis/client.py @@ -863,7 +863,7 @@ class Redis(AbstractRedis, RedisModuleCommands, CoreCommands, SentinelCommands): 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: |