lua-resty-memcached icon indicating copy to clipboard operation
lua-resty-memcached copied to clipboard

support cluster based on consistent hash

Open yanxurui opened this issue 6 years ago • 5 comments

Hello, dear @agentzh

I add support of consistent hash using resty/chash. We have been using this in production for months.

I have no confidence you will merge this but still I post it here in case someone else needs it.

Thanks.

yanxurui avatar Nov 28 '17 11:11 yanxurui

@yanxurui It's better be a separate Lua library since I don't want lua-resty-memcached to depend on lua-resty-balancer.

agentzh avatar Nov 28 '17 18:11 agentzh

@agentzh No problem. I will maintain this feature branch in my repo.

yanxurui avatar Nov 29 '17 03:11 yanxurui

@yanxurui Hi! Did you create a new library for this? Your fork seems out of date now. Thanks!

vitobotta avatar Jun 05 '20 18:06 vitobotta

Actually the main library doesn't seem to have changed much since then. I will try your fork :)

vitobotta avatar Jun 05 '20 18:06 vitobotta

@vitobotta I have not touched this code since I left my last employer. Feel free to update my repo if needed.

yanxurui avatar Jun 06 '20 00:06 yanxurui