# memcached **Repository Path**: mirrors_couchbase/memcached ## Basic Information - **Project Name**: memcached - **Description**: Memcached work planned for contribution back to memcached/memcached - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Welcome to the Couchbase _memcached_ project. This started as Couchbase's fork of the upstream `memcached` project. It has subsequently evolved since then, so while it shares a name with the upstream project many other things have changed, apart from the name :) For now it's simpler to consider this as the frontend of the Couchbase key-value engine. The primary backend of KV-engine is the eventually persistent engine - [ep-engine](https://github.com/couchbase/ep-engine). # Architecture * [KV-Engine Architecture](docs/Architecture.md) * [CBSASL](cbsasl/CBSASL.md) * [Audit](auditd/README.md) * [Error Handling Best Practices](docs/ErrorHandling.md) * [Event Tracing / Phosphor](docs/Tracing.md) * [Document attributes](docs/Document.md) * [Environment variables](docs/EnvironmentVariables.md) * [Role Based Access Control (RBAC)](docs/rbac.md) * [SSL Client Certificate](docs/ssl_client_cert.md) # Protocols * [Memcached Binary Protocol](docs/BinaryProtocol.md) * [SASL](docs/sasl.md) * [TAP](docs/TAP.md) # Tools * [Analyze jemalloc memory statistics](scripts/jemalloc/jemalloc_analyse.md)