Mcrouter is an open-source memcached protocol router developed by Facebook to scale and manage large memcached deployments efficiently. It acts as an intermediary between clients and memcached servers, handling routing, load balancing, and failover, thereby abstracting the complexity of managing numerous cache servers. Mcrouter is designed to be a drop-in replacement, requiring minimal or no changes to existing client configurations. It supports the standard memcached ASCII protocol, making it compatible with existing memcached clients. At Facebook, Mcrouter handles a substantial portion of cache traffic, demonstrating its capability to operate at scale.
Features
- Supports the standard memcached ASCII protocol, ensuring compatibility with existing clients
- Implements connection pooling to reduce the number of open connections to memcached servers
- Offers multiple hashing schemes, including consistent hashing, for efficient key distribution
- Provides prefix-based routing to direct specific key patterns to designated server pools
- Supports replicated pools for data redundancy and high availability
- Enables production traffic shadowing for testing new configurations without impacting live traffic
- Includes health checks and automatic failover mechanisms to maintain system reliability
Categories
Software DevelopmentLicense
MIT LicenseFollow Mcrouter
Other Useful Business Software
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Mcrouter!