mirror of
https://github.com/HDT3213/godis.git
synced 2025-09-26 21:01:17 +08:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
bind 0.0.0.0
|
|
port 6399
|
|
maxclients 128
|
|
|
|
appendonly no
|
|
appendfilename appendonly.aof
|
|
appendfsync everysec
|
|
aof-use-rdb-preamble yes
|
|
|
|
dbfilename test.rdb
|