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

Refer to #1144 for original impetus. Currently Lettuce provides a RedisURI with a list of Sentinel nodes. My request is there is a way to create a shared SentinelTopologyProvider that...

type: enhancement

## Bug Report #### Current Behavior Hi, I'm not sure if it's even a bug or I'm missing something. I have a multilevel master-level redis setup, where I have got...

status: waiting-for-feedback

Current Version: ```xml io.lettuce lettuce-core 5.0.4.RELEASE ``` Wanted to discuss possibly getting support for timeout events on the RedisClient's event bus or a metric for the CommandMetrics object that stores...

type: enhancement

lettuce version: 4.4.2.Final when exception occured before `stack.add(commandToUse)` in `addToStack()`, Netty call `CommandHandler.exceptionCaught()`. `CommandHandler.exceptioCaught()` process `stack.poll()`; I think this behavior seems to be wrong. because The command that failed due...

type: bug

I am using version 5.0.1.RELEASE. I would like to ask about the proper way of executing transactions using asynchronous commands. Let's take a look at the example from the [wiki](https://github.com/lettuce-io/lettuce-core/wiki/Transactions)...

type: bug

## Bug Report #### Current Behavior Lettuce client fails to connect to a Redis cluster on AWS cloud. The below is a stacktrace and code sample trying to connect from...

## Bug Report #### Current Behavior There is a string key named `a`, which value is `1` in Redis. I want to read the value as `Long` by lua script....

## Feature Request #### Is your feature request related to a problem? Please describe I have a use case where I want to use the exact logic in [SlotHash.java#partition](https://github.com/lettuce-io/lettuce-core/blob/main/src/main/java/io/lettuce/core/cluster/SlotHash.java#L126), but...

## Bug Report #### Current Behavior When issuing a `SMISMEMBER` command, the master node is always picked when `ReadFrom.REPLICA` is set. #### Input Code ```scala val connection = MasterReplica.connect(redisClient, StringCodec.UTF8,...

type: bug

This pr addresses #2197 Make sure that: - [x] You have read the [contribution guidelines](https://github.com/lettuce-io/lettuce-core/blob/main/.github/CONTRIBUTING.md). - [x] You have created a feature request first to discuss your contribution intent. Please...

type: bug