openresty/lua-resty-memcached

connect to memcached servers

sylarXu opened this issue · 1 comments

Is there any way to choose a server from the groups through ketama hash?
like php`s libmemcache?

@sylarXu You implement your own peer selection/hashing logic in your own caller code. This library is a very simple implementation and does not have unnecessary complexities like peer selection/hashing.