mcrouter
mcrouter copied to clipboard
Mcrouter is a memcached protocol router for scaling memcached deployments.
According to other sources online, such as [this post from facebook engineering](https://engineering.fb.com/2014/09/15/web/introducing-mcrouter-a-memcached-protocol-router-for-scaling-memcached-deployments/) and [this medium article](https://medium.com/@felipedutratine/create-your-memcached-cluster-with-mcrouter-7bbf015a5898), the pronunciation is "mick router", like McDonalds. I personally love this pronunciation but others...
Hello [there is some problem with fmt and folly](https://github.com/facebook/mcrouter/actions/runs/8574837660/job/23502521521#step:3:1929). Facebook Katran had the same issue and [they also updated fmt package as well.](https://github.com/facebookincubator/katran/issues/225)
I tried building mcrouter using the existing dockerfile but it is not working with Ubuntu 20.04 currently - it seems others are facing similar issues: https://github.com/facebook/mcrouter/issues/413 and https://github.com/facebook/mcrouter/issues/411 To get...
With the EOL of Ubuntu Bionic (18.04) coming up soon (May 31). Is there any thoughts about making new Ubuntu Packages available for Focal (20.04) or Jammy (22.04).
Hi, I've been trying to get in touch with the MCROUTER community with 0 success, I've been trying to build mcrouter in ubuntu20 for the past couple of day, I've...
[memcached](https://github.com/memcached/memcached) recently implemented a series of [meta-commands](https://github.com/memcached/memcached/wiki/MetaCommands), I am interested in using these and would like to see support in mcrouter. Is there any preexisting work or interest in making...
It would be great if mcrouter could provide an endpoint ootb for metrics-probing suitable for prometheus. There are some client-libs listed here: https://prometheus.io/docs/instrumenting/clientlibs/ I found https://github.com/Dev25/mcrouter_exporter/ but it does not...
docs says: `Immediately sends the same request to all child route handles. Returns the first non-error reply to come back, or if all replies are errors, then the last error...
Hi there. I'm using mcrouter v0.40.0 to populate AWS Memcached clusters. I was using AWS Memcached cluster version 1.5.16 and default.memcached1.5 parameter group. I've deployed a new cluster in version...
Is there any way to get all the keys of a memcached server in the pool? Or how can I develop a function to achieve that, give me a rough...