File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- name : Run tests
57
57
timeout-minutes : 10
58
- run : docker-compose -f config/ sentinel/docker-compose.yaml up
58
+ run : docker-compose -f sentinel/docker-compose.yaml up
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ services:
18
18
image : ruby
19
19
volumes :
20
20
- ../../:/code
21
- command : bash -c "cd /code && bundle install && bundle exec sus test/async/redis/sentinel_client.rb "
21
+ command : bash -c "cd /code && bundle install && bundle exec sus sentinel/test "
22
22
depends_on :
23
23
- redis-master
24
24
- redis-slave
25
- - redis-sentinel
25
+ - redis-sentinel
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ $ docker-compose -f config/sentinel/docker-compose.yaml up -d
16
16
17
17
``` bash
18
18
$ ASYNC_REDIS_MASTER=redis://redis-master:6379 ASYNC_REDIS_SLAVE=redis://redis-slave:6379 ASYNC_REDIS_SENTINEL=redis://redis-sentinel:26379 bundle exec sus
19
- ```
19
+ ```
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ sentinel resolve-hostnames yes
3
3
sentinel monitor mymaster redis-master 6379 1
4
4
sentinel down-after-milliseconds mymaster 1000
5
5
sentinel failover-timeout mymaster 1000
6
- sentinel parallel-syncs mymaster 1
6
+ sentinel parallel-syncs mymaster 1
File renamed without changes.
You can’t perform that action at this time.
0 commit comments