顯示具有 NoSQL 標籤的文章。 顯示所有文章
顯示具有 NoSQL 標籤的文章。 顯示所有文章

2010年3月15日 星期一

Redis - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems


Redis
http://code.google.com/p/redis/

Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets

A twitter clone by Redis + PHP
http://code.google.com/p/redis/wiki/TwitterAlikeExample