mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
chore: add persistence configuration to redis
This commit is contained in:
parent
dd246b2c16
commit
2251f218d8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user