lettuce icon indicating copy to clipboard operation
lettuce copied to clipboard

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.

Results 277 lettuce issues
Sort by recently updated
recently updated
newest added

## Bug Report There is the following log in rocketmq-client.log: 2024-05-06 16:25:23,023 DEBUG io.lettuce.core.protocol.ConnectionWatchdog - [channel=0xe7773456, /10.8.0.27:57227 -> 172.17.48.140/172.17.48.140:6379, last known addr=172.17.48.140/172.17.48.140:6379] channelActive() 2024-05-06 16:25:23,023 DEBUG io.lettuce.core.protocol.ConnectionWatchdog - [channel=0xe7773456, /10.8.0.27:57227...

closes [https://github.com/lettuce-io/lettuce-core/issues/2765](https://github.com/lettuce-io/lettuce-core/issues/2765) Make sure that: - [x] You have read the [contribution guidelines](https://github.com/lettuce-io/lettuce-core/blob/main/.github/CONTRIBUTING.md). - [x] You have created a feature request first to discuss your contribution intent. Please reference the...

type: enhancement

See #2841 Make sure that: - [x] You have read the [contribution guidelines](https://github.com/lettuce-io/lettuce-core/blob/main/.github/CONTRIBUTING.md). - [x] You have created a feature request first to discuss your contribution intent. Please reference the...

## Feature Request #### Is your feature request related to a problem? Please describe I am using the `dispatch` method to send redis requests and I would like to monitor...

status: waiting-for-triage

- [ ] #2755 - [x] #2756 - [x] #2757 - [x] #2758 - [x] #2759 - [ ] #2760 - [ ] #2761 - [x] #2776 - [x] #2805...

type: enhancement
status: good-first-issue
tracking-issue

I think flag `atomicBoolean` here is expected to make sure only one thread executes `sync.getConncetion().whenComplete` to remove the Sync from map when init is fail. However, the original implmentation will...

status: waiting-for-feedback

## Bug Report #### Current Behavior I am experiencing an issue with getting the number of keys in the cache. I am setting the keys with connection.async.set(key, value). I also...

status: waiting-for-feedback

## Bug Report When reading from multiple connections using multiple threads, an OutOfDirectMemoryError can cause threads to read the result of commands sent by different threads, e.g. thread 1 issues...

for: team-attention

## Bug Report #### Current Behavior I've found that the WARN log message is "Cannot refresh Redis Cluster topology", after AWS Elasticache instance reboot. Although the log was printed every...

status: waiting-for-feedback

Our service encountered ValueOutput does not support set(long) exception, which was automatically recovered after service restart. Strange scenario. How do we solve this?

status: waiting-for-feedback