Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
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. | 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. |
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) | Memcached ASCII protocol;Connection pooling;Multiple hashing schemes;Prefix routing;Replicated pools;Production traffic shadowing;Online reconfiguration;Flexible routing;Destination health monitoring/automatic failover;Cold cache warm up;Broadcast operations;Reliable delete stream;Multi-cluster support;Rich stats and debug commands;Quality of service;Large values;Multi-level caches;IPv6 support;SSL support |
Statistics | |
GitHub Stars 12.3K | GitHub Stars 3.3K |
GitHub Forks 2.1K | GitHub Forks 550 |
Stacks 14 | Stacks 20 |
Followers 31 | Followers 64 |
Votes 4 | Votes 0 |
Pros & Cons | |
Pros
| No community feedback yet |
Integrations | |
No alternatives found.