1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-08 08:42:11 +03:00
Files
go-redis/testdata/redis.conf
2016-03-12 10:25:59 +00:00

10 lines
132 B
Plaintext

# Minimal redis.conf
port 6379
daemonize no
dir .
save ""
appendonly yes
cluster-config-file nodes.conf
cluster-node-timeout 30000