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

## Feature Request ### Is your feature request related to a problem? Please describe Currently, there is an little issue with TracingContext propagation when using Kotlin Coroutines. In coroutines, there...

type: enhancement

So we have a special replication cluster (not cluster mode), where every node is connected to every other node within the cluster and every node eventually will have identical dataset....

status: waiting-for-feedback

## Bug Report Lettuce cannot refresh cluster topology when one node disconnected Redis Cluster : 3 masters and 3 slaves, 3 hosts the RedisFuture timeout is set to 2s, I...

status: waiting-for-feedback

## Feature Request v6 introduces an awesome new feature (Server-assisted Client-side caching support). There is a limitation currently where it can only be used with Redis Standalone setups. It would...

type: enhancement

## Feature Request #### Is your feature request related to a problem? Please describe In my scenario, I use EventBus to subscribe latency metrics for each connection. `CommandLatencyId` identify a...

Maybe I'm not smart enough, but I think this part of docs https://github.com/lettuce-io/lettuce-core/wiki/Pipelining-and-command-flushing could be improved > A good example is the [async API](https://github.com/lettuce-io/lettuce-core/wiki/Asynchronous-Connections). **Every invocation on the [async API](https://github.com/lettuce-io/lettuce-core/wiki/Asynchronous-Connections)...

type: documentation

we are using Lettuce-core java client 6.1.5 and using various apis with thenaccespt to work asynchronously with db. We are seeing some inconsistency with these apis. thenaccespt is not invoked...

* Remove integration tests for disabled `DEBUG` commands (or enable debug commands in `redis.conf`) * Sentinel replica retrieval

type: task

## Bug Report #### Current Behavior Lettuce 6.1.6 RELEASE implementation of SentinelConnector updates sentinel topology when it is first connect or failover event is occurred. Let's suppose failover event is...

type: enhancement

Lettuce 6.1.x Redis Enterprise 6.2 Lettuce tries to negociate the RESP protocol version, 2 or 3, using the "HELLO 3" command also on the sentinel connections. If the result is...

type: enhancement