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 350 lettuce issues
Sort by recently updated
recently updated
newest added

## Feature Request Instead of subscribing for a channel to a random node in a cluster, we must subscribe to the node which contains the slot #### Is your feature...

type: feature
for: team-attention

## Feature Request ## Problem We would like to use RediSearch in combination with a Master/Replica setup in order to be able to perform search operations against multiple replicated nodes...

type: feature
for: team-attention

## Bug Report There are tests that are failing intermittently on the pipeline. Keeping a list here. #### Current Behavior The following tests have shown instability in the last 6...

type: bug

Issue: #2904 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 reference the...

status: waiting-for-feedback

## Feature Request Deprecate the STRALGO command and implement the LCS in its place #### Is your feature request related to a problem? Please describe With https://github.com/redis/redis/issues/9744 the STRALGO command...

type: feature
status: help-wanted
status: good-first-issue

## Bug Report One container starts to have "Redis command timed out" and it does not recover. #### Current Behavior we have started to use aws redis serveless, since the...

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

## Bug Report #### Current Behavior I am using Spring cloudgateway and Spring data redis LettuceConnectionFactory I have created a RedisMessageListenerContainer Bean like this below to listen to Key expiry...

status: waiting-for-feedback

## Bug Report #### Current Behavior In redis sentinel mode, lettuce may refresh topology nodes to empty, if the connection to redis sentinel closed just after lettuce received TopologyRefreshMessage. And...

status: waiting-for-feedback

Fix https://github.com/lettuce-io/lettuce-core/issues/2598 If `write()` comes in between the line `this.channel = channel` and `sharedLock.doExclusive(() -> {}` in `notifyChannelActive()`, the FIFO order is violated since the previous entered commands have not...

type: bug
status: waiting-for-feedback

## Feature Request #### Is your feature request related to a problem? Please describe Some encryption algorithms (for example AES/GCM) require an initialization vector that is unique for each message....

type: feature
status: help-wanted