resty-redis-cluster icon indicating copy to clipboard operation
resty-redis-cluster copied to clipboard

Openresty lua client for redis cluster.

Results 30 resty-redis-cluster issues
Sort by recently updated
recently updated
newest added

在使用subscribe来实现pub/sub时会报`rediscluster.lua:87: release_connection(): set keepalive failed:subscribed state`的错误, read_reply方法也无法消费到消息 代码测试使用的tag1.02

refer #86 also fix a potential bug caused with limit pool when tcp connect failed with `too many waiting connect operations`. more details: https://github.com/openresty/lua-nginx-module#tcpsockconnect

如题 客户端配置 只支持ip,不支持主机名或者域名,在云环境下着实有些鸡肋,希望改进,谢谢

Hi, I have an interesting issue I wanna use the Redis cluster for the high available proxy cache but something is wrong and I couldn't find the reason. I printed...

Right now, in the rockspec, you're definding the `source.url` as: ``` url = "git://github.com/steve0511/resty-redis-cluster", ``` That has started failing in my CI env: ``` Installing https://luarocks.org/resty-redis-cluster-1.05-1.rockspec Cloning into 'resty-redis-cluster'... fatal:...

since too many `cluster nodes` command executed when reload OpenResty. This may reduce command of `cluster nodes`.

as describe below > pool specify a custom name for the connection pool being used. If omitted, then the connection pool name will be generated from the string template ":"...

Hi @steve0511, i see from the examples that the we need to provide all the nodes of the cluster in the configuration. But with AWS redis elastic cache (cluster enabled)...

Removing "master_nodes" module variable b/c: * info in this variable was not "per client" (like slot_cache) so it was containing a list of all master nodes of all cluster-clients ever...