Hello!
On Tue, Jul 16, 2013 at 5:34 AM, Антон Рубцов wrote:
> Do you have plans for redis cluster support in resty-redis?
>
Are you talking abou the builtin Redis cluster feature documented here?
http://redis.io/topics/cluster-spec
If yes, then you're welcome to contribute a design or even a patch :)
Otherwise, If you're talking about simple key-based sharding, then you
can do that yourself in Lua, as domenstrated here:
https://groups.google.com/d/msg/openresty-en/fTTXtVrMhhc/yXXF6CqmS2gJ
Thanks!
-agentzh