aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcachedb.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-23memcachedb - update to 1.2.1-betaAlexey Palazhchenko
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-23memcachedb 1.2Rémi Prévost
MemcacheDB is a distributed key-value storage system designed for persistent. It is NOT a cache solution, but a persistent storage engine for fast and reliable key-value based object storage and retrieval. It conforms to memcache protocol(not completed, see below), so any memcached client can have connectivity with it. MemcacheDB uses Berkeley DB as a storing backend, so lots of features including transaction and replication are supported. Signed-off-by: Adam Vandenberg <flangy@gmail.com>