th: fix redis conf
This commit is contained in:
parent
44230699fb
commit
992d69c06f
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
daemonize yes
|
daemonize yes
|
||||||
|
|
||||||
dir ./data/redis
|
dir ./data/redis
|
||||||
pidfile ./data/redis/redis-dev.pid
|
pidfile ./redis-dev.pid
|
||||||
|
|
||||||
unixsocket ./data/redis/redis-dev.sock
|
unixsocket ./redis-dev.sock
|
||||||
unixsocketperm 700
|
unixsocketperm 700
|
||||||
|
|
||||||
# Disable TCP
|
# Disable TCP
|
||||||
|
|
Loading…
Reference in a new issue