English | 简体中文
Memcached is a distributed memory caching system designed to accelerate dynamic web applications. Its core function is to store frequently accessed data (such as database query results) in memory, significantly reducing the load on the backend database and improving the application's response speed. This product provides an out-of-the-box Memcached based on the Huawei Cloud EulerOS 2.0 64-bit system on Kunpeng servers.
- In-memory Storage: Data is stored in memory, offering much faster read and write speeds than disk storage, making it suitable for high-frequency access scenarios.
- Distributed Architecture: Horizontally scalable through the consistent hashing algorithm, supporting multi-node distributed storage.
- Non-persistent: Data is lost when the server restarts or crashes, requiring the application to perform additional synchronization and updates.
- High-concurrency Processing: Utilizes a multi-threaded or event-driven model, allowing a single server to handle tens of thousands of requests per second.
The open-source image product Memcached Distributed Memory Caching System provided by this project has the 1.6.38 version of Memcached and its related runtime environment pre-installed, and also provides deployment templates. Refer to the usage guide and start your efficient "out-of-the-box" experience now!
System requirements are as follows:
- CPU: 2 vCPUs or higher
- RAM: 4GB or more
- Disk: At least 40GB
Register a Huawei account and activate Huawei Cloud
Image Specification | Feature Description | Remarks |
---|---|---|
Memcached-1.6.38-kunpeng | Installed and deployed based on Kunpeng servers + Huawei Cloud EulerOS 2.0 64-bit |
- For more questions, you can contact us via issues or the service support of the specified product on the Huawei Cloud Marketplace.
- For other open-source images, refer to open-source-image-repos.
- Fork this repository and submit a merge request.
- Synchronize and update README.md based on your open-source image information.