summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/testdata/redis.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-redis/redis/testdata/redis.conf')
-rw-r--r--vendor/github.com/go-redis/redis/testdata/redis.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/go-redis/redis/testdata/redis.conf b/vendor/github.com/go-redis/redis/testdata/redis.conf
new file mode 100644
index 000000000..235b2954a
--- /dev/null
+++ b/vendor/github.com/go-redis/redis/testdata/redis.conf
@@ -0,0 +1,10 @@
+# Minimal redis.conf
+
+port 6379
+daemonize no
+dir .
+save ""
+appendonly yes
+cluster-config-file nodes.conf
+cluster-node-timeout 30000
+maxclients 1001 \ No newline at end of file