Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Latest Release of Rediska
Nov 27, 2009 @ 00:38:05

A new version of the Rediska library has been released today, version 0.2.1. Rediska is a PHP client for Redia, a key/value database system (written in C) that's similar to memcache.

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.

The library includes multiple server support, content hashing, keys as objects and full Zend Framework integration. You can find out more about the project on its site or just download the latest version.

tagged: rediska client key value

Link:


Trending Topics: