Nikita Koksharov

Results 640 comments of Nikita Koksharov

I need a code sample to reproduce it

It's a codec issue. Try to use the same version of the codec and Kryo5Codec class

I'll add serialization of SocketAddress and InetAddress objects.

Unable to reproduce with the code below: ```java @Test void xxx() { RSet set = client.getSet("test"); // added with 3.27.0 for (int i = 0; i < 10; i++) {...

I'm afraid I can't help here without test code

> We restarted the service, but the previous BLPOP connection may still be active It's a Redis vendor issue then

Sorry, for the late reply. Can you add `setRate` method with Args parameter and deprecate other `setRate` methods? It will have required: `mode`, `rate`, `rateInterval` params and `keepAliveTime`, `clearState()` optional...