diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-09-27 03:02:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-09-27 03:02:34 +0000 |
commit | 5101442b7dd5e798f3a4dbd7f340b551945b56ab (patch) | |
tree | 3273c842242a87c16dc93acc042d8804ac4cd226 /databases/Makefile | |
parent | b326e6daff04e253b97bb5c85f4506c86491ff95 (diff) | |
download | ports-5101442b7dd5e798f3a4dbd7f340b551945b56ab.tar.gz ports-5101442b7dd5e798f3a4dbd7f340b551945b56ab.zip |
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>
Notes
Notes:
svn path=/head/; revision=200155
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 1b9f9667e23c..52acbce00cb1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -121,6 +121,7 @@ SUBDIR += mantis SUBDIR += mdbtools SUBDIR += memcached + SUBDIR += memcachedb SUBDIR += metakit SUBDIR += mird SUBDIR += mrtg-mysql-load |