George Chilumbu

Results 4 issues of George Chilumbu

When i start mcrouter on Ubuntu 16.04 using `sudo service mcrouter start` I noticed that by default, it uses 11211 as port. However, i would like mcrouter to use 5000...

I have setup two mcrouters each with the following config: ``{ "pools": { "session": { "servers": [ "10.1.5.100:11211", "10.1.5.102:11211" ] } }, "route": { "type": "OperationSelectorRoute", "operation_policies": { "add": "AllSyncRoute|Pool|session",...

I have two mcrouters with the same config setting, and using PrefixSelectorRoute to determine which pool certain prefixed keys should go. Below is my config file: ``` { "pools": {...

We have two sets or pools of memcached, and would like to use mcrouter for scaling our memcached deployments as well as provide us with HA protection. Memcached hosts in...