-
[+1 from customer](https://3.basecamp.com/3600924/buckets/7993860/messages/7881667938)
-
k8s cluster deployment java service(user Redisson connection redis cluster),has 6 nodes ,this 6 nodes tarted successfully and run for some time ,suddenly two nodes connection error,other 4 nodes are …
-
**Describe the bug**
When trying to use redisson pub sub i get the following error:
```
[02:36:42] [/WARN]: org.redisson.client.RedisException: Unexpected exception while processing command
[02:36…
-
# 풀필먼트 입고 서비스팀에서 분산락을 사용하는 방법 - Spring Redisson - 컬리 기술 블로그
[http://thefarmersfront.github.io/blog/distributed-redisson-lock/](http://thefarmersfront.github.io/blog/distributed-redisson-lock/)
-
Hi redisson team
Our team recently upgraded Redisson in our service from version `3.15.1` to `3.35.0`.
Since the upgrade, we have observed a significant increase in occurrences of the following erro…
-
### 请描述您的问题
配置了redis的密码,metersphere启动时为什么连不上,还报了个NOAUTH Authentication required
![image](https://github.com/user-attachments/assets/dbd0ae8e-19af-43e4-8db5-c375b8366091)
```shell
2024-11-06 …
-
Hi,
I've had redisson issue in Devicehive frontend and Auth, version latest 4.1.0.
And I found the issue fixed at https://github.com/redisson/redisson/issues/4441. Please show me how to update it in…
-
Hi All,
When we try to make an invocation in a scheduled job using an RRemoteService, we have this error:
> java.lang.ClassCastException: class org.redisson.remote.RemoteServiceResponse cannot be…
-
### Redis version
7
### Redisson version
3.16.8
### Redisson configuration
Default
### What is the Expected behavior?
Since the application died/restarted it is expected that ever…
-
I plan to use a scheduler to maintain the Bloom filter for a specific time and then delete and recreate it for use.
However, during the deletion and update process, if a contains() request is made,…