python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ReadWriteLock downgrading not working as expected
I am new to Redisson and tried to implement a ReadWriteLock downgrade but after doing the release of the writeLock, Redisson is not renewing the lock even when there is still a readlock and after 30 s...
elizalde1981
Votes: 0
Answers: 0
Should I use clusterServersConfig or replicatedServersConfig when using AWS Elasticache on Redisson?
I am using a clustered Redis with replicas. With Redisson I am getting this randomly
org.redisson.client.RedisException: MOVED redirection loop detected. Node redis://10.92.231.18:6379 has further r...
Archimedes Trajano
Votes: 0
Answers: 0
Redisson Hibernate 2L cache setup but always executes SQL query
I'm trying to setup Redisson Hibernate 2L caching but I'm seeing the hibernate query execute every time even though the results are clearly cached on my Redis instance.
When debugging I can see it goe...
express-switch
Votes: 0
Answers: 1