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 (Blocked by #1517) For lettuce 6.1, PR #1517 has optional dependency of `netty-dns-resolver` and if available it Lettuce uses netty's non-blocking DNS resolver. For lettuce 6.2, Lettuce...

for: team-attention
type: task

We should make sure that ACL works with Sentinel, see redis/redis#7888 and redis/redis#7952.

type: enhancement

## Bug Report We have triggered redis failover api in AWS elasticache redis, while the client is in a K8 environment From configuration point of view, we have - auto...

for: team-attention
status: waiting-for-triage

## Bug Report #### Current Behavior We have the following setup. Client code creates two RedisClusterClient objects to connect with different Redis Clusters at the same time. We are using...

type: bug

Using different codecs requires to run multiple connections as each connection is typed with a specific codec. We should investigate whether it's possible to retype a connection to create a...

for: team-attention
type: task

## Feature Request Certificate choice on ssl connections #### Problem In my application I store certificates in a common keystore. When estabilishing an ssl connection it appears that lettuce will...

type: enhancement
status: help-wanted

## Bug Report #### Current Behavior & Input Code My product uses sentinel's master node discovery. https://github.com/lettuce-io/lettuce-core/wiki/Redis-Sentinel#sentinel.redis-discovery-using-redis-sentinel The other day, the redis sentinel node(VM) became unable to return a response...

type: bug

## Bug Report Each connection created using sentinel MasterReplica.connectAsync() creates new sentinel topology provider and refresher. This heavily degrades performance when used together with connections pool. #### Current Behavior Current...

type: enhancement
status: help-wanted

Investigate on a `ConnectionFactory` API to simplify client construction and to provide various connection methods and to hide the need to configure different clients. Sample syntax: ```java ClusterConnectionFactory factory =...

type: enhancement
status: good-first-issue

## Feature Request #### Is your feature request related to a problem? Please describe N/A #### Describe the solution you'd like Would it be possible to expose the error count...

type: enhancement