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

Create a redis package #16

Open
WanWizard opened this issue Feb 25, 2013 · 4 comments
Open

Create a redis package #16

WanWizard opened this issue Feb 25, 2013 · 4 comments

Comments

@WanWizard
Copy link
Contributor

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.

@sagikazarmark
Copy link
Contributor

@WanWizard what do you mean API translation? Providing the same API as in v1 using Predis?

@sagikazarmark
Copy link
Contributor

There are some other redis packages. Maybe we could provide adapters for them as well.

@WanWizard
Copy link
Contributor Author

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.

@dercoder
Copy link

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

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

No branches or pull requests

3 participants