We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For FuelPHP 2.0, the current Redis class will be dropped, and replaced by the Predis composer package.
In the compatibility package, we need to provide the API translation between the two.
The text was updated successfully, but these errors were encountered:
@WanWizard what do you mean API translation? Providing the same API as in v1 using Predis?
Sorry, something went wrong.
There are some other redis packages. Maybe we could provide adapters for them as well.
Don't have a problem with that. The remark about the current Redis_Db was indeed an API question, for the now created Legacy package.
I recommend https://github.com/nrk/predis because it supports php predis extension but its not really required. I am also a fan of this predis async package https://github.com/nrk/predis-async
No branches or pull requests
For FuelPHP 2.0, the current Redis class will be dropped, and replaced by the Predis composer package.
In the compatibility package, we need to provide the API translation between the two.
The text was updated successfully, but these errors were encountered: