Commit graph

3 commits

Author SHA1 Message Date
Beech Rintoul
5482fb8838 - Update to 1.0.0.b
- Maintainer already reset

PR:		ports/120684
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-02-15 22:27:03 +00:00
Beech Rintoul
a003a62573 - Update to 0.1.1
- Reset maintainer

PR:		ports/120416
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2008-02-10 19:42:52 +00:00
Cheng-Lung Sung
5101442b7d Memcachedb is a distributed storage system designed for persistent. We
simplely hacked from memcached and tugela. But neither of them.
Memcachedb is not a cache solution, it is a persistent solution for
high-frequency writing and reading. It conforms to memcache protocol
(not completed, see below), so any memcached client can have
connectivity with memcachedb. Memcachedb uses Berkeley DB as a storing
backend, so lots of features including transaction and replication are
supported.

WWW:	http://code.google.com/p/memcachedb/

PR:		ports/116548
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-09-27 03:02:34 +00:00