On Sunday, 10 January 2016 15:24:03 UTC+2, 朱大仙儿 wrote:
how can i connect to redis cluster
There is now particular support for cluster in lua-resty-redis.
A lot of Redis cluster functionality actually happens on the client.
See this issue:
https://github.com/openresty/lua-resty-redis/issues/43
You can go ahead and implement those missing pieces, but please
check also: https://github.com/xetorthio/jedis/issues/990#issuecomment-103393965
It is a quite bit of work, and getting API right is not that simple.