Predis is a flexible and feature-complete PHP client library for the Redis key-value store.
Predis requires PHP >= 5.3 and it is entirely written in PHP.
It can be used without the need to build and install a native extension for the interpreter, making it also easier and faster to add new features which is great given how fast the development of Redis proceeds.
Speed up Predis
Frameworks integration
- Symfony 2.x with SncRedisBundle
- Silex with PredisServerProvider
- Drupal 7.x with Redis module
- symfony 1.x with sfRedisPlugin (use Predis 0.6)
- Yii Framework with rediscache (use Predis 0.6)
- Laravel integration is built-in to the framework
Useful links
- Source code on Github
- Wiki on Github too (might be a bit old)