Nikita Koksharov

Results 643 comments of 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)

Done. https://github.com/redisson/redisson/wiki/2.-Configuration/#210-multi-cluster-mode

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 =...