Nikita Koksharov
Nikita Koksharov
@zgyin Can you get it with 3.17.0 or the latest version?
@zgyin Can you try attached version? [redisson-3.23.4-SNAPSHOT.jar.zip](https://github.com/redisson/redisson/files/12415883/redisson-3.23.4-SNAPSHOT.jar.zip)
@zgyin I attached a new updated version. [redisson-3.23.4-SNAPSHOT.jar.zip](https://github.com/redisson/redisson/files/12418360/redisson-3.23.4-SNAPSHOT.jar.zip)
@zgyin Good. Thanks for testing
Fixed in https://github.com/redisson/redisson/issues/4499
Done. https://github.com/redisson/redisson/wiki/2.-Configuration/#210-multi-cluster-mode
implemented in https://github.com/redisson/redisson/issues/5130
Can you suggest a fix?
Unable to reproduce. Below is the code example: ```java for (int i = 0; i < 10; i++) { int j = i; RedissonClient rr = Redisson.create(r.getConfig()); RMapCache tt2 =...