1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Use go standard path for test data

This commit is contained in:
Dimitrij Denissenko
2016-03-12 10:25:59 +00:00
parent eb78eedafe
commit e80f790e76
4 changed files with 7 additions and 7 deletions

9
testdata/redis.conf vendored Normal file
View File

@ -0,0 +1,9 @@
# Minimal redis.conf
port 6379
daemonize no
dir .
save ""
appendonly yes
cluster-config-file nodes.conf
cluster-node-timeout 30000