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

Right now, connection timeouts are held in `RedisChannelHandler` and `CommandExpiryWriter`. Especially when setting the timeout, we need to propagate the timeout into `CommandExpiryWriter` to ensure that the connection timeout gets...

type: task

## Feature Request I added IdleStateHandler to pipeLine to moniter "idle state" ,but could not get real 'readIdle' , because IdleStateHandler could not receive msg in channleRead method.

status: waiting-for-feedback
status: feedback-reminder

Dear community, Lettuce started as a non-blocking driver supporting some basic Redis operations. Over time, it grew to a driver that is able to operate in a majority of operation...

for: team-attention

## Feature Request #### Is your feature request related to a problem? Please describe For now, we are using lettuce to handle large scales of traffic. The traffic that comes...

type: enhancement

## Bug Report This is a strange one and something that is causing us to depend on a single master cache instance for both our reads and our writes. ####...

type: enhancement

## Feature Request Lettuce already has command latency metrics, but it only tracks command latency on Redis node. https://lettuce.io/core/snapshot/reference/#command.latency.metrics.micrometer Lettuce should expose more useful metrics about request queue and latency...

type: enhancement
status: help-wanted

## Bug Report Im using Master/Slave connection through sentinel and using the below configuration to connect to redis sentinel. #### Current Behavior we hosted our app in kubernetes and when...

status: waiting-for-triage

Hello! I am having problems to create a `ScoredValue` from an `Optional` value in the recent release `6.1.0.RELEASE`, in which the signature `ScoreValue.from(Double score, Optional value)` now returns `Value` instead...

for: team-attention
status: waiting-for-feedback
status: feedback-reminder

https://github.com/redis/redis/issues/2905

type: enhancement
status: blocked

## Feature Request Hello. Lettuce doesn't have CircuitBreaker feature, so I'm going to add it. Before I start working, I want to ask you one question. Have you ever considered...

for: team-attention