lettuce
lettuce copied to clipboard
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
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...
## 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.
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...
## 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...
## 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. ####...
## 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...
## 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...
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...
https://github.com/redis/redis/issues/2905
## 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...