Skip to content

Commit

Permalink
Add Redis unixsocket.
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Dec 3, 2018
1 parent 20fc7c1 commit 9bea46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tcp-backlog 511
# incoming connections. There is no default, so Redis will not listen
# on a unix socket when not specified.
#
# unixsocket /tmp/redis.sock
unixsocket /var/lib/redis/redis.sock
# unixsocketperm 700

# Close the connection after a client is idle for N seconds (0 to disable)
Expand Down

0 comments on commit 9bea46a

Please sign in to comment.