fuelphp-storage / fuelphp

FuelPHP framework
http://fuelphp.com
MIT License
274 stars 57 forks source link

Create a redis package #16

Open WanWizard opened 11 years ago

WanWizard commented 11 years ago

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 commented 9 years ago

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

sagikazarmark commented 9 years ago

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

WanWizard commented 9 years ago

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 commented 9 years ago

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