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

## Bug Report In [`DefaultClusterTopologyRefresh`](https://github.com/redis/lettuce/blob/main/src/main/java/io/lettuce/core/cluster/topology/DefaultClusterTopologyRefresh.java#L109), it seems to me that the topology is discovered using `CLUSTER NODES`. If I understand correctly, [clients should use `CLUSTER SLOTS` to discover topology](https://github.com/redis/redis/pull/9287#issuecomment-889547628). ####...

type: bug
status: help-wanted

## Feature Request Topology refresh on a provided predicate #### Is your feature request related to a problem? Please describe Periodic refresh is a costly operation. It is not a...

for: team-attention

## Bug Report `XReadArgs` doesn't override the `.equals()` method. This problem extends to many other classes in the library, but the specific instance that motivated this bug report was the...

status: waiting-for-feedback

## Feature Request Add "setSentinelUsername" method to Sentinel mode #### Is your feature request related to a problem? Please describe Latest Redis (6+) servers have ACL support which allows us...

type: enhancement
status: good-first-issue

## Bug Report #### Current Behavior Test scenario: kill redis server during continuous batch write. Timeout on commands is not set. Behavior: default timeout from connection (1 min) is not...

type: bug
status: help-wanted

## Feature Request [Lettuce cannot recover from connection problems](https://github.com/lettuce-io/lettuce-core/issues/1428). The problem is fixed. My condition differs from it a little: a socks proxy add between client and redis. lettuce socks...

status: waiting-for-feedback

It would be neat to have these values to be propagated into the individual tracing integrations. See also https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/database/#connection-level-attributes

type: enhancement

The purpose of this PR is to adjust the disconnectedBehavior option to prevent timeouts when Redis is shutdown, addressing issue #2866. Make sure that: - [x] You have read the...

Bumps `kotlin.version` from 1.7.21 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-bom` from 1.7.21 to 2.0.0 Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents...

type: dependency-upgrade

Bumps org.slf4j:jcl-over-slf4j from 1.7.25 to 2.0.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:jcl-over-slf4j&package-manager=maven&previous-version=1.7.25&new-version=2.0.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

type: dependency-upgrade