org.redisson.client.RedisException: ERR Error running script,redis连接集群错误
Posted LMD酱油飘过
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了org.redisson.client.RedisException: ERR Error running script,redis连接集群错误相关的知识,希望对你有一定的参考价值。
在java代码进行redis集群锁获取锁的时候,报如下错误
org.redisson.client.RedisException: ERR Error running script (
或者
Exception in thread "Thread-24" org.redisson.client.RedisException: ERR Erro running script (
这样的错误,就是因为redis的集群锁的名字
RLock rLock = redisson.getLock(lockName);
其中 lockName的特殊符号尽量使用下划线,本人是在使用英文冒号的时候报错“:“,但是我在它的源码里面没有看到相关操作,可能是我们这边没看到,如果看到的大佬,欢迎指导,谢谢
以上是关于org.redisson.client.RedisException: ERR Error running script,redis连接集群错误的主要内容,如果未能解决你的问题,请参考以下文章