Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Commiteb7f31e
Fix random connection timeouts with Redis Cluster
When a node timeout occurs, then phpredis will try to connect to anothernode, whose answer probably will be MOVED redirect. After this we needmore time to accomplish the redirection, otherwise we get "Timed outattempting to find data in the correct node" error message.Fixes#795#888#1142#1385#1633#1707#1811#24071 parent8323ddf commiteb7f31e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments
Comments
(0)