mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-28 06:47:24 +08:00
chore: add persistence configuration to redis
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
unixsocket /run/redis-socket/redis.sock
|
unixsocket /run/redis-socket/redis.sock
|
||||||
unixsocketperm 777
|
unixsocketperm 777
|
||||||
port 0
|
port 0
|
||||||
|
|
||||||
|
save 900 1
|
||||||
|
save 300 10
|
||||||
|
save 60 10000
|
||||||
|
|||||||
Reference in New Issue
Block a user