Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
ElastiCache improves the performance of web applications by allowing you to retrieve information from fast, managed, in-memory caches, instead of relying entirely on slower disk-based databases. ElastiCache supports Memcached and Redis. | twemproxy (pronounced "two-em-proxy"), aka nutcracker is a fast and lightweight proxy for memcached and redis protocol. It was built primarily to reduce the number of connections to the caching servers on the backend. This, together with protocol pipelining and sharding enables you to horizontally scale your distributed caching architecture. |
Support for two engines: Memcached and Redis;Ease of management via the AWS Management Console. With a few clicks you can configure and launch instances for the engine you wish to use.;Compatibility with the specific engine protocol. This means most of the client libraries will work with the respective engines they were built for - no additional changes or tweaking required.;Detailed monitoring statistics for the engine nodes at no extra cost via Amazon CloudWatch;Pay only for the resources you consume based on node hours used | Fast.;Lightweight.;Maintains persistent server connections.;Keeps connection count on the backend caching servers low.;Enables pipelining of requests and responses.;Supports proxying to multiple servers.;Supports multiple server pools simultaneously.;Shard data automatically across multiple servers.;Implements the complete memcached ascii and redis protocol.;Easy configuration of server pools through a YAML file.;Supports multiple hashing modes including consistent hashing and distribution.;Can be configured to disable nodes on failures.;Observability via stats exposed on the stats monitoring port.;Works with Linux, *BSD, OS X and SmartOS (Solaris) |
Statistics | |
GitHub Stars - | GitHub Stars 12.3K |
GitHub Forks - | GitHub Forks 2.1K |
Stacks 1.3K | Stacks 14 |
Followers 1.0K | Followers 31 |
Votes 151 | Votes 4 |
Pros & Cons | |
Pros
| Pros
|
Integrations | |
| No integrations available | |

MemCachier provides an easy and powerful managed caching solution for all your performance and scalability needs. It works with the ubiquitous memcache protocol so your favourite language and framework already supports it.

Memcached Cloud is a fully-managed service for running your Memcached in a reliable and fail-safe manner. Your dataset is constantly replicated, so if a node fails, an auto-switchover mechanism guarantees data is served without interruption. Memcached Cloud provides various data persistence options as well as remote backups for disaster recovery purposes.

Mcrouter is a memcached protocol router for scaling memcached deployments. It's a core component of cache infrastructure at Facebook and Instagram where mcrouter handles almost 5 billion requests per second at peak.