mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
# Minimal redis.conf
|
|
|
|
port 6379
|
|
daemonize no
|
|
dir .
|
|
save ""
|
|
appendonly yes
|
|
cluster-config-file nodes.conf
|
|
cluster-node-timeout 30000
|
|
maxclients 1001 |