Nikita Koksharov

Results 640 comments of Nikita Koksharov

@theigl This is how I added them without extra dependency: https://github.com/redisson/redisson/blob/master/redisson/src/main/java/org/redisson/codec/Kryo5Codec.java#L149

Hi. Unable to reproduce with the latest version.

> sometimes locks (lock()) wait for acquisition for 100ms+, and we also see times like 1.5-2 seconds. That depends on contention level. > If so, I was wondering which ones...

> locks (lock()) wait for acquisition for 100ms+ Do you use async lock?

> When I was working with Solr / DB my Java components do not show this much of CPU usage I don't think it's a good idea to compare libs...

SortedSet is resource consuming structure because it uses binary search per insertion operation. > Is it possible to fetch entire SortedSet as json file. You can use SortedSet.readAll() method and...

can you share RedissonSessionManager settings?

Can you set `trace` logging level and share log output? Just need to see what commands are sent to Redis after Session.invalidate call