mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5101442b7d
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>
11 lines
529 B
Plaintext
11 lines
529 B
Plaintext
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/
|