You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redisson/redisson
tomerarazy 3c61565867 During warmup we call ByteBuf.release after decoding the value, however, the decoding action can fail which will lead to a memory leak, so we move the ByteBuf release to a finally block
Signed-off-by: tomerarazy <tomerarazy@gmail.com>
2 years ago
..
src During warmup we call ByteBuf.release after decoding the value, however, the decoding action can fail which will lead to a memory leak, so we move the ByteBuf release to a finally block 2 years ago
LICENSE.txt
checkstyle.xml checkstyle fixed 3 years ago
pom.xml Feature - Netty native transport for `io_uring` 2 years ago
suppressions.xml