Merge line from upstream redis configuration

This commit is contained in:
Jan Dittberner 2020-03-04 16:19:15 +01:00
parent 040a75d997
commit 9e50cc7a7f
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,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/run/redis/redis-server.sock
# unixsocketperm 700
# Close the connection after a client is idle for N seconds (0 to disable)