Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update redis to 6.1.0 #19

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

bentleyo
Copy link

Phpredis 6.1.0 is the latest stable version and includes a number of bug fixes including the handling of large cursor values when scanning.

See: https://github.com/phpredis/phpredis/releases/tag/6.1.0

@bokanechase-digistorm
Copy link

One thing to note is that the default cursor value has changed in 6.1.0 when using scan, but laravel framework already has a fix for this implemented here: laravel/framework#53095

@bentleyo bentleyo marked this pull request as draft December 12, 2024 08:08
@bentleyo
Copy link
Author

Converting to a draft as it looks like phpredis 6.1.0 might have issues with large cursors phpredis/phpredis#2600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants