mirror of
https://github.com/redis/go-redis.git
synced 2025-07-23 21:01:00 +03:00
travis: don't start sentinel.
This commit is contained in:
@ -16,6 +16,3 @@ install:
|
|||||||
- mkdir -p $HOME/gopath/src/gopkg.in
|
- mkdir -p $HOME/gopath/src/gopkg.in
|
||||||
- mv $HOME/gopath/src/github.com/go-redis/redis $HOME/gopath/src/gopkg.in/redis.v2
|
- mv $HOME/gopath/src/github.com/go-redis/redis $HOME/gopath/src/gopkg.in/redis.v2
|
||||||
- cd $HOME/gopath/src/gopkg.in/redis.v2
|
- cd $HOME/gopath/src/gopkg.in/redis.v2
|
||||||
|
|
||||||
before_script:
|
|
||||||
- redis-server testdata/sentinel.conf --sentinel &
|
|
||||||
|
6
testdata/sentinel.conf
vendored
6
testdata/sentinel.conf
vendored
@ -1,6 +0,0 @@
|
|||||||
port 26379
|
|
||||||
|
|
||||||
sentinel monitor master 127.0.0.1 6379 1
|
|
||||||
sentinel down-after-milliseconds master 2000
|
|
||||||
sentinel failover-timeout master 5000
|
|
||||||
sentinel parallel-syncs master 4
|
|
Reference in New Issue
Block a user