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

As documented [here](https://github.com/redis/redis/issues/7388), to be tested against redis unstable.

type: enhancement

Closes/Fixes #2759 - [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 feature request ticket...

## Bug Report #### Current Behavior The pub-sub for the cluster is not working and complaint about the encoder, method. I have tested this with the following versions of netty...

status: waiting-for-feedback

**Issue: #2341** This PR supersedes the previously closed PR #2798 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...

type: bug

Just like definitions at its interface: https://github.com/redis/lettuce/blob/cc9d2401e654810668d533a0637f32c6d3708b33/src/main/java/io/lettuce/core/resource/ClientResources.java#L164-L175 The implementation method should be marked as deprecated to inform users to use the new settings. https://github.com/redis/lettuce/blob/cc9d2401e654810668d533a0637f32c6d3708b33/src/main/java/io/lettuce/core/resource/DefaultClientResources.java#L452

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

I tried scriptLoad method of Lecttuce with Redis cluster (3 master, 2 replicas, 1 replica down) Expected: scriptLoad method run successfully Actual: An error occurred that informed lecttuce could not...

Seems I messed up the previous PR a bit. Had to create a new one and carry the context here. This PR is to fulfill this https://github.com/redis/lettuce/discussions/2809#discussioncomment-9055302 and address [comments...

## Bug Report The ClusterTopologyChangedEvent is published before updating the cluster's partitions. This can sometimes cause unexpected behavior in the application logic. Specifically, we use the topology changed event to...

## Bug Report #### Current Behavior Test `pingNotAllowedInSubscriptionState` fails randomly in our tests against Upstash Redis. After investigating if our implementation of Redis has a problem, we have concluded that...

status: waiting-for-feedback