Commit 4b2ebd9
committed
bug symfony#58365 [Cache] silence warnings issued by Redis Sentinel on connection issues (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[Cache] silence warnings issued by Redis Sentinel on connection issues
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
see https://github.com/symfony/symfony/actions/runs/10971911146/job/30467570599#step:16:50 and https://github.com/symfony/symfony/actions/runs/10971911146/job/30467570599#step:16:67
Commits
-------
99b6fca silence warnings issued by Redis Sentinel on connection issuesFile tree
2 files changed
+4
-4
lines changed- src/Symfony/Component
- Cache/Traits
- Messenger/Bridge/Redis/Transport
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments