Commit a41effae authored by Sean Bleier's avatar Sean Bleier

Fix 2.6 compatibility.

parent 95540032
......@@ -75,7 +75,7 @@ def start_redis_servers(servers, db=None, master=None):
if is_socket:
parameters.update(
port=0,
unixsocket='/tmp/redis{}.sock'.format(i),
unixsocket='/tmp/redis{0}.sock'.format(i),
unixsocketperm=755,
)
if master and not connection_kwargs == master_connection_kwargs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment