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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
clsung 2007-09-27 03:02:35 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/memcachedb Makefile distinfo pkg-descr pkg-plist databases/memcachedb/files memcachedb.in patch-Makefile patch-memcachedb.c patch-memcachedb.h Log: 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> Revision Changes Path 1.642 +1 -0 ports/databases/Makefile 1.1 +34 -0 ports/databases/memcachedb/Makefile (new) 1.1 +3 -0 ports/databases/memcachedb/distinfo (new) 1.1 +35 -0 ports/databases/memcachedb/files/memcachedb.in (new) 1.1 +23 -0 ports/databases/memcachedb/files/patch-Makefile (new) 1.1 +10 -0 ports/databases/memcachedb/files/patch-memcachedb.c (new) 1.1 +13 -0 ports/databases/memcachedb/files/patch-memcachedb.h (new) 1.1 +10 -0 ports/databases/memcachedb/pkg-descr (new) 1.1 +4 -0 ports/databases/memcachedb/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.