...

Text file src/github.com/go-redis/redis/testdata/redis.conf

Documentation: github.com/go-redis/redis/testdata

     1# Minimal redis.conf
     2
     3port 6379
     4daemonize no
     5dir .
     6save ""
     7appendonly yes
     8cluster-config-file nodes.conf
     9cluster-node-timeout 30000
    10maxclients 1001

View as plain text