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

We should integrate with https://github.com/micrometer-metrics/tracing once Micrometer Tracing is GA.

type: enhancement

See https://redis.io/topics/pubsub#sharded-pubsub For the Cluster Pub/Sub, we likely need to only consider keys for routing as Cluster Pub/Sub intentionally drops the slot hash calculation.

type: enhancement

## Bug Report #### Current Behavior While working with Lettuce against Redis cluster, when one of the nodes gets stuck, but doesn't crash, e.g. catching the process by gdb, the...

status: waiting-for-feedback

## Bug Report #### Current Behavior I have a custom module command which returns hgetall for multiple hash at the same time. The response is list of list. Each 1st...

status: waiting-for-feedback

Recently, because of the project, lettuce is used a lot and found that lettuce is very good. However, after careful inspection of the community, it is found that the community...

HI,mp911de, use lettuce( version 5.3.1 ) cluster scan command, ReadFrom.REPLICA_PREFERRED 。 cluster has one master ,on peplica . when slave fail。scan command still use the peplica nodes。 ```java new Thread(()...

status: waiting-for-feedback

When we tested lettuce's code coverage, we found that some modules had low coverage, and we looked athttps://app.codecov.io/gh/lettuce-io/lettuce-core/At this site, we found that lettuse's code coverage was gradually decreasing, Can...

## Bug Report #### Current Behavior Redis instance : 3 Sentinel, 3 Redis node ( 1 master, 2 replica) Scenario : During application runtime, The redis master node network is...

status: waiting-for-feedback

## Bug Report 1. There is a Java (spring) service, which uses Redis cluster with help lettuce. 2. We have a setting `spring.redis.lettuce.pool.maxActive == 100_000` 2. At some moment, the...