WxJava icon indicating copy to clipboard operation
WxJava copied to clipboard

在使用redis集群模式的时候,获取accesstoken 会报错。

Open CCGary opened this issue 1 year ago • 1 comments

因为redis集群不支持管道操作, RedisTemplateSimpleDistributedLock 类里面 tryLock 方法, List<Object> redisResults = this.redisTemplate.executePipelined((connection) -> { , 这一段代码使用了 executePipelined 管道。所以会报错,看下能否支持一下redis集群模式。谢谢

CCGary avatar Sep 29 '24 02:09 CCGary