Nikita Koksharov
Nikita Koksharov
Sorry, 2.15.2 version isn't supported. Unable to reproduce it with the latest version
Please also add 5.0.9 binaries for windows from https://github.com/tporadowski/redis/releases
@jameshilliard I did. It works fine
Sorry, I don't understand the issue.
Thank you for the proposed contribution. Please retain code changes only and not formatting.
@malinGH What about the case then there are other packets next to this packet? they won't be parsed if bytebuf readIndex reset to zero
It's better to use the code below. ```java frame.skipBytes(frame.readableBytes()); ``` Now the buffer was consumed completely.
> Unable to init enough connections amount! Only 14 of 24 were initialized It seems like you have a connections amount limit on Redis side. You need to reduce this...
Can you share Redisson logs since the application start moment?