File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696 run : docker compose -f $DOCKER_COMPOSE_FILE down
9797 cluster-state :
9898 name : Cluster State
99- timeout-minutes : 30
99+ timeout-minutes : 15
100100 strategy :
101101 fail-fast : false
102102 matrix :
@@ -128,7 +128,7 @@ jobs:
128128 run : docker compose -f $DOCKER_COMPOSE_FILE down
129129 cluster-broken :
130130 name : Cluster Broken
131- timeout-minutes : 10
131+ timeout-minutes : 15
132132 strategy :
133133 fail-fast : false
134134 matrix :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gem 'redis-cluster-client'
1515## Initialization
1616| key | type | default | description |
1717| --- | --- | --- | --- |
18- | ` :nodes ` | String or Array<String, Hash> | ` ['redis://127.0.0.1:6379'] ` | node addresses for startup connection |
18+ | ` :nodes ` | String or Hash or Array<String, Hash> | ` ['redis://127.0.0.1:6379'] ` | node addresses for startup connection |
1919| ` :replica ` | Boolean | ` false ` | ` true ` if client should use scale read feature |
2020| ` :fixed_hostname ` | String | ` nil ` | required if client should connect to single endpoint with SSL |
2121
You can’t perform that action at this time.
0 commit comments