Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 591 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 591 Bytes

Memcachedb docker image

MemcacheDB is a distributed key-value storage system designed for persistent. 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 memcache protocol, so any memcached client can have connectivity with it. MemcacheDB uses Berkeley DB as a storing backend, so lots of features including transaction and replication are supported.

This image is based on official memcached package for Ubuntu Bionic and is built on top of clover/base.