1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: memcachedb
Section: web
Priority: optional
Maintainer: Arto Jantunen <viiru@debian.org>
Standards-Version: 3.9.6.0
Build-Depends: debhelper (>= 9), libdb-dev, libevent-dev, dh-autoreconf
Build-Conflicts: autoconf2.13, automake1.4
Homepage: http://memcachedb.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/memcachedb.git
Vcs-Git: git://anonscm.debian.org/collab-maint/memcachedb.git
Package: memcachedb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Recommends: db-util
Description: Persistent storage engine using the memcache protocol
Memcachedb is a distributed key-value storage system designed for
persistent data. It is NOT a cache solution, but a persistent storage
engine for fast and reliable key-value based object storage and
retrieval.
.
It conforms to the memcache protocol, so any memcached client can
have connectivity with it. Memcachedb uses Berkeley DB as a storing
backend, so lots of features including transactions and replication
are available.
|