Commit 87d031c
committed
File tree
5 files changed
+178
-35
lines changedFilter options
- src/Symfony/Component/Messenger/Bridge/Redis
- Tests/Transport
- Transport
5 files changed
+178
-35
lines changedsrc/Symfony/Component/Messenger/Bridge/Redis/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Redis/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php+47Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
43 | 52 |
|
44 | 53 |
|
45 | 54 |
|
| ||
59 | 68 |
|
60 | 69 |
|
61 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
62 | 85 |
|
63 | 86 |
|
64 | 87 |
|
| ||
160 | 183 |
|
161 | 184 |
|
162 | 185 |
|
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
163 | 194 |
|
164 | 195 |
|
165 | 196 |
|
| ||
429 | 460 |
|
430 | 461 |
|
431 | 462 |
|
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
432 | 479 |
|
src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php+83-34Lines changed: 83 additions & 34 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
60 | 63 |
|
61 | 64 |
|
62 | 65 |
|
| ||
71 | 74 |
|
72 | 75 |
|
73 | 76 |
|
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
95 | 84 |
|
96 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
97 | 90 |
|
98 | 91 |
|
99 | 92 |
|
| ||
116 | 109 |
|
117 | 110 |
|
118 | 111 |
|
119 |
| - |
| 112 | + |
120 | 113 |
|
121 |
| - |
122 |
| - |
| 114 | + |
| 115 | + |
123 | 116 |
|
124 |
| - |
125 |
| - |
| 117 | + |
| 118 | + |
126 | 119 |
|
127 | 120 |
|
128 |
| - |
129 |
| - |
| 121 | + |
| 122 | + |
130 | 123 |
|
131 |
| - |
132 |
| - |
133 |
| - |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
134 | 163 |
|
135 | 164 |
|
136 | 165 |
|
| ||
165 | 194 |
|
166 | 195 |
|
167 | 196 |
|
168 |
| - |
| 197 | + |
169 | 198 |
|
170 | 199 |
|
171 | 200 |
|
| ||
223 | 252 |
|
224 | 253 |
|
225 | 254 |
|
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
226 | 275 |
|
227 | 276 |
|
228 | 277 |
|
|
src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisClusterProxy.php
Copy file name to clipboard+42Lines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisProxy.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
37 | 40 |
|
38 | 41 |
|
39 | 42 |
|
|
0 commit comments