Nikita Koksharov
Nikita Koksharov
Redis doesn't use equals, hashCode but serialized state for map entry lookup by key. This is why local cache uses the same principle.
You need to use `useObjectAsCacheKey` setting
Unable to reproduce it with the latest version and KryoCodec used as a codec. Which codec do you use?
Can you reproduce it with 3.32.0 version? There was a connection leak fix Can you share Redisson logs?
Is this issue reproduceable?
I'm closing it.
> The publisher thread falls into an infinite loop of acquiring/releasing Can you share the stacktrace?
Sorry I don't see an infinity loop in it.
thank you for the details. This case may happen if the same lock was acquired twice by the same thread.
Can you share all RedisResponseTimeoutExceptions ?