Redis: an alternate for memcached?
Came across a project of key value database. It smiler to memcache but also provides lists and sets with atomic operations to push/pop elements. It is said to be fast 10000 SETs/second, 81000 GETs/second in an entry level Linux machine. More details can be found at http://code.google.com/p/redis.


