Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} cuiweixie / lua-resty-redis-cluster Public Notifications You must be signed in to change notification settings Fork 70 Star 100 Code Is...
While building the client, thanks forhttps://github.com/cuiweixie/lua-resty-redis-clusterwhich gave us some good reference. feature list resty-redis-cluster will cache slot->redis node mapping relationship, and support to calculate slot of key by CRC16, then access data by the cached mapping...
Resty-redis-cluster is a new build openresty module which can currently support most of redis-cluster features. While building the client, thanks forhttps://github.com/cuiweixie/lua-resty-redis-clusterwhich gave us some good reference.
stack traceback: coroutine 0: ...xt_virus_openresty-code//lua/libs/resty/rediscluster.lua: in function 'get' 👍1liukelin reacted with thumbs up emoji 👍
Redis cluster client. This is implementated as a wrapper over the existing resty-redis client adding cluster functionality. Basic functionality except pipelining is working. Working on pipelining support. Each cluster is identified by a "cluster id". Cl
Hi! Is it possible to implement cluster functionality to core of this library? I'm not sure if I am able to do it myself, I tried, but code looks bad and it fails sometimes.