Skip to content

Commit 4e6ad0c

Browse files
authored
Fix readme and ci settings (#53)
1 parent 3128401 commit 4e6ad0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)