Skip to content
New issue

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

demo Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Error running script (call to f_f9daf3c6e834555b95e1a08889edb5762b8446fc): @user_script:1: ERR value is not an integer or out of range #1

Open
852675742 opened this issue Mar 13, 2019 · 0 comments

Comments

@852675742
Copy link

run distributed demo,throw the flowing error:
at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:300)
at org.sang.config.RedisLockTool.tryGetDistributedLock(RedisLockTool.java:84)
at org.sang.config.RedisLockTool.tryGetDistributedLock(RedisLockTool.java:67)
at org.sang.config.RedisLockTool.tryGetDistributedLock(RedisLockTool.java:56)
at org.sang.config.RedisLockTool.tryGetDistributedLock(RedisLockTool.java:46)
at org.sang.RedisLockTest$Tester.run(RedisLockTest.java:42)
at java.lang.Thread.run(Thread.java:748)
Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Error running script (call to f_f9daf3c6e834555b95e1a08889edb5762b8446fc): @user_script:1: ERR value is not an integer or out of range
at redis.clients.jedis.Protocol.processError(Protocol.java:127)
at redis.clients.jedis.Protocol.process(Protocol.java:161)
at redis.clients.jedis.Protocol.read(Protocol.java:215)
at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:340)
at redis.clients.jedis.Connection.getOne(Connection.java:322)
at redis.clients.jedis.BinaryJedis.evalsha(BinaryJedis.java:3142)
at org.springframework.data.redis.connection.jedis.JedisConnection.evalSha(JedisConnection.java:3655)
... 21 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant