ren ran
ren ran
## Bug Report Lettuce cannot refresh cluster topology when one node disconnected Redis Cluster : 3 masters and 3 slaves, 3 hosts the RedisFuture timeout is set to 2s, I...
predixy.log打印了这个日志,可以在哪里查询各种status的意思
在使用过程中,发现predixy不支持cluster nodes命令,希望能够增加该支持,可以返回代理自身的一个模拟cluster nodes结果,提高兼容性
pipelinedResponses should be clear in MultiNodePipelineBase.java and avoid this pipeline object reporting ENP when executing close() and reuse like [#3697](https://github.com/redis/jedis/pull/3697) MultiNodePipelineBase can be reused when calling close(), there is no...
### Expected behavior Jedis would refresh the elements of nodes map when the cluster nodes changed  ### Actual behavior this nodes parameter just add nodes if not exist in...
Reduce CPU usage when client idle and batch message enable Fixes #23187 ### Motivation ProducerImple use EventLoopGroup to send batch message per 1ms by default, it would cause about 14%...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Create a pulsar client and to initialize, send a little message to topic,...
### Expected behavior create a JedisCluster instance and only use ClusterPipeline the slot cache would refresh automatically when cluster node changing (Scale-out or Scale-in) ### Actual behavior the slot cache...