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:
9
testdata/redis.conf
vendored
Normal file
9
testdata/redis.conf
vendored
Normal 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
|
Reference in New Issue
Block a user