mirror of
https://github.com/HDT3213/godis.git
synced 2025-09-26 21:01:17 +08:00
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
bind 0.0.0.0
|
|
port 7369
|
|
maxclients 128
|
|
|
|
appendonly no
|
|
appendfilename appendonly.aof
|
|
|
|
slowlog-log-slower-than 10000
|
|
slowlog-max-len 128
|
|
|
|
announce-host 127.0.0.1
|
|
cluster-enable yes
|
|
cluster-seed 127.0.0.1:6399
|
|
cluster-config-file 7369.conf |