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

Added support of Predis library as storage adapter #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tworzenieweb
Copy link

@tworzenieweb tworzenieweb commented Sep 12, 2023

Since predis library is a well-known alternative to phpredis, I've decided to add an extension to Redis storage adapter.

Some properties and methods were changed to protected in order to handle slight differences between these 2 libs.

Mostly additional params are passed as an array in phpredis and as single arguments in predis.

@mvhirsch
Copy link

I'm currently looking into adding RedisCluster support (see #153). Probably we could join forces by rewriting the Redis adapter and include the if/else for handling Predis transparently and hiding the complexity to any user (DX++). WDYT?

@mvhirsch mvhirsch mentioned this pull request Apr 24, 2024
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