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

[6.x] Adds missing options for PhpRedis #31021

Closed

Conversation

Wizofgoz
Copy link
Contributor

@Wizofgoz Wizofgoz commented Jan 3, 2020

This PR adds support for options on PhpRedis connections that were not allowed before. This includes specifying a serializer, scan option, and failover behavior for cluster connections.

The serializer option allows for using igbinary which can use significantly less storage space as documented here.

The scan option allows for customizing the behavior of scan commands as described here.

The failover option allows for customizing the behavior of a cluster connection as described here.

@GrahamCampbell
Copy link
Member

Thanks. Could you add some tests too please?

@taylorotwell
Copy link
Member

Tests are failing.

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.

4 participants