-
-
Notifications
You must be signed in to change notification settings - Fork 453
Redis/Predis "prefix" option #627
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
Comments
Yes and no... This is natively not possible but as of the v7 you can provide your own Redis client: So in the meantime that I add the support for this option you can make use of your own Redis client. Cheers, |
Ok, I'll have to look into the new version then. It's probably just as much work to refactor my apps to keep up to date than it is to hacky-workaround the prefix problem I'm having. |
I'm re-opening this issue to work on this for the 7.0.2 ;) |
The option "optPrefix" has been added and will be available as of the 7.0.2 comes out (in a couple of weeks or less). Thanks @frumbert |
My question
The text was updated successfully, but these errors were encountered: