Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Cache][Messenger] re-allow ext-redis 6.1#62326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
xabbuh commentedNov 6, 2025
| Q | A |
|---|---|
| Branch? | 7.4 |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Issues | |
| License | MIT |
| } | ||
| // Iterate through the stream. See https://redis.io/commands/xrange/#iterating-a-stream. | ||
| $useExclusiveRangeInterval =version_compare(phpversion('redis'),'6.2.0','>='); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
how does this behave when ext-relay is used ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I have no idea. Here I only revert what I removed previously in#61955. If this doesn't work with relay a bugfix will have to be done in some older branch anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
fine then
Thank you@xabbuh. |
a2c62a9 intosymfony:7.4Uh oh!
There was an error while loading.Please reload this page.