File tree
Expand file treeCollapse file tree
3 files changed
+46
-1
lines changedFilter options
- src/Symfony/Component/Cache
- Tests/Adapter
- Traits
Expand file treeCollapse file tree
3 files changed
+46
-1
lines changedsrc/Symfony/Component/Cache/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php
Copy file name to clipboard+33Lines changed: 33 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 | + |
src/Symfony/Component/Cache/Traits/RedisTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/RedisTrait.php+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| ||
146 | 147 |
|
147 | 148 |
|
148 | 149 |
|
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
149 | 154 |
|
150 | 155 |
|
151 |
| - |
| 156 | + |
152 | 157 |
|
153 | 158 |
|
154 | 159 |
|
| ||
246 | 251 |
|
247 | 252 |
|
248 | 253 |
|
| 254 | + |
| 255 | + |
| 256 | + |
249 | 257 |
|
250 | 258 |
|
251 | 259 |
|
| ||
268 | 276 |
|
269 | 277 |
|
270 | 278 |
|
| 279 | + |
| 280 | + |
| 281 | + |
271 | 282 |
|
272 | 283 |
|
273 | 284 |
|
|
0 commit comments