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...
Breadcrumbs lua-resty-redis-cluster /lib /resty / rediscluster.luaTop File metadata and controls Code Blame 314 lines (272 loc) · 9.62 KB Raw Older Newer Contributors2 (2) Jan 16, 2016 first cluster 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20...
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.
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 s...
stack traceback: coroutine 0: ...xt_virus_openresty-code//lua/libs/resty/rediscluster.lua: in function 'get' 👍1liukelin reacted with thumbs up emoji 👍
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.