You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where one can give the algo name instead of key pattern to the proxy.
Eg:-
redis-resharding-proxy --master-host=redis1.srv --proxy-port=5400 --distribution=ketama --hash=murmur
The text was updated successfully, but these errors were encountered:
I used the proxy for resharding based on keys pattern and it worked like a charm.
I was wondering if you can add a support for the ketama distribution too.
https://github.com/twitter/twemproxy/blob/master/src/hashkit/nc_ketama.c
Where one can give the algo name instead of key pattern to the proxy.
Eg:-
redis-resharding-proxy --master-host=redis1.srv --proxy-port=5400 --distribution=ketama --hash=murmur
The text was updated successfully, but these errors were encountered: