We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为redis集群不支持管道操作, RedisTemplateSimpleDistributedLock 类里面 tryLock 方法, List redisResults = this.redisTemplate.executePipelined((connection) -> { , 这一段代码使用了 executePipelined 管道。所以会报错,看下能否支持一下redis集群模式。谢谢
The text was updated successfully, but these errors were encountered:
我先试下更改redis的客户端试一下。
Sorry, something went wrong.
No branches or pull requests
因为redis集群不支持管道操作, RedisTemplateSimpleDistributedLock 类里面 tryLock 方法, List redisResults = this.redisTemplate.executePipelined((connection) -> { , 这一段代码使用了 executePipelined 管道。所以会报错,看下能否支持一下redis集群模式。谢谢
The text was updated successfully, but these errors were encountered: