Redis is an advanced fast key-value database written in C. It can be used like memcached, in front of a traditional database, or on its own thanks to the fact that the in-memory datasets are not volatile but instead persisted on disk. One of the cool features is that you can store not only strings, but lists and sets supporting atomic operations to push/pop elements
PHP client for Redis. Zend Framework integration
rediska.geometria... — Rediska - PHP client for advanced key-value database Redis Add comments