Aleksandar Todorov
Aleksandar Todorov
Hey @priyavaddineni , We are going through your issue In the meantime could you please provide your Redis and Lettuce versions ?
This might actually work. @tishun what do you think ?
Hello again @bandalgomsu > Then, what do you think about reducing the remove() frequency based on probability or an idle count threshold ?? I think this will just slow down...
Hello @drub0y Yes, the solution you are proposing is a possible one. However i can see that [PubSubListener](https://github.com/redis/lettuce/blob/main/src/main/java/io/lettuce/core/pubsub/RedisPubSubListener.java#L87-L111) and [PubSubClusterListener](https://github.com/redis/lettuce/blob/main/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubListener.java#L78-L104) provide default implementation of those method by delegating to their...
Yes, @bandalgomsu feel free to contribute to this one :)
Hey, @garry-mcfly Thanks for reporting this bug. Me and @tishun looked into the problem - it seems the problem is indeed in how the ComplexOutput parsing works. Since the ByteBuffers...
Yes we were able to reproduce it on ubuntu: ERROR ```java # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000077ff9fd6faf5,...
Hello @linw-bai You need to make PR against the main branch first and then the fix will be backported to earlier versions if needed. I am closing this PR for...
Hello @bandalgomsu Of course, feel free to contribute to this one.
Hey, @cltnschlosser I am curious, did you manage to actually catch the exception here: ```java connection.addListener(new RedisConnectionStateListener() { @Override public void onRedisExceptionCaught(RedisChannelHandler connection, Throwable cause) { if (cause instanceof RedisLoadingException)...