summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/testdata/redis.conf
blob: 235b2954aabcc78ee8bbc0f693b118f67d0715be (plain)
1
2
3
4
5
6
7
8
9
10
# Minimal redis.conf

port 6379
daemonize no
dir .
save ""
appendonly yes
cluster-config-file nodes.conf
cluster-node-timeout 30000
maxclients 1001