-
### Redis version
Azure redis cache
### Redisson version
3.35.0
### Redisson configuration
{
"singleServerConfig": {
"idleConnectionTimeout": 10000,
"connectTimeout": 10000,
"timeou…
-
I am using contextual locks that guard an instance of a job. after perusing the redis instance we use i noticed a lot of redis keys associated with locks
```text
cache.amazonaws.com:6379> keys…
-
Hi,
I am trying to use 'redisson' to manage Tomcat sessions, to be able to have Tomcat cluster setup. In our setup we've multiple webapplications deployed in Tomcat, and use SingleSignOn valve to hav…
-
spring-data-reids:3.1.5
redisson:3.23.0
**Whether it is cluster mode or stand-alone mode, the connection problem of this Redis occurs occasionally, and the following error log is displayed**
20…
-
### Describe the bug
Hi,
for some reason or another we see very high memory consumption when using the otel java agent + redisson.
We use a combination of grpc and redisson. When our app start…
otbe updated
9 months ago
-
Our cache cluster has 1 shard with 2 read replicas.
Expected behavior
When the Redis cluster node type got upgraded in aws(elastic cache for redis), it will update the cluster with new node type a…
-
Why not use a local counter to implement the ReentrantLock,like `Apache Curator`.
- Curator
lockData.lockCount.incrementAndGet();
- Redisson
redis.call('hincrby', KEYS[1], ARGV[2], 1…
-
Using:
implementation ('org.redisson:redisson-spring-boot-starter:3.26.1')
Stack Trace:
org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis…
-
https://maven.apache.org/resolver/maven-resolver-named-locks-redisson/index.html
-
We are using Fair Locks in our application to manage requests and we initially encountered the problem of "Failing to Acquire a Lock". So, we implemented a retry mechanism to compensate for not gettin…