summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-09-27 03:02:34 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-09-27 03:02:34 +0000
commit5101442b7dd5e798f3a4dbd7f340b551945b56ab (patch)
tree3273c842242a87c16dc93acc042d8804ac4cd226 /databases/Makefile
parentUpdate to 4.1.3 (diff)
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/Makefile1
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