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

## Feature Request It would be great to allow different types for keys and fields for hashes. For example, `RedisHashCommands` could look like: ```java public interface RedisHashCommands { Long hdel(K...

## Bug Report #### Current Behavior When an exception is thrown inside the `DefaultClusterTopologyRefresh.openConnections()`, the method [swallows](https://github.com/lettuce-io/lettuce-core/blob/main/src/main/java/io/lettuce/core/cluster/topology/DefaultClusterTopologyRefresh.java#L360) it instead of adding a connection future completed exceptionally. In particular, this may...

triage

## Bug Report There are high latencies for Redis Operations - EXPIRE for creating and fetching the session. #### Current Behavior Our project is based on Reactor, Kotlin Coroutines and...

status: waiting-for-feedback
status: feedback-reminder

## No enum constant io.lettuce.core.pubsub.PubSubOutput.Type.PONG #### Current Behavior when my application restart will trigger listenerTopics rebanlance which must invoke RedisMessageListenerContainer.setMessageListeners(Collections.unmodifiableMap(listenerTopics) method,but redis server response a PONG type message and dispatch...

type: bug
status: waiting-for-feedback
status: cannot-reproduce
status: feedback-reminder

## Feature Request For cluster-mode connections, fully verify certificates and hostnames for seed connections, but only verify certificates (without hostname verification) for discovered cluster node connections where IP addresses are...

## Feature Request #### Is your feature request related to a problem? Please describe Redis now supports [Hash Field Expiration](https://github.com/redis/redis/pull/13172) #### Describe the solution you'd like The Lettuce driver would...

type: enhancement

## Feature Request I have an issue when using springboot redisTemplate. for security reasons, the redis server need to rename the following command。 rename-command FLUSHALL "" rename-command FLUSHDB "" rename-command...

status: waiting-for-feedback

## Bug Report We are using Lettuce-core 6.1.8 along spring boot redis 2.7.0. We have configured cluster redis on redis labs with 32 shards. In the rest call we get...

status: waiting-for-feedback

Closes #2815 - Added [release-drafter-config.yml](https://github.com/release-drafter/release-drafter?tab=readme-ov-file#configuration) and [release-drafter.yml](https://github.com/release-drafter/release-drafter?tab=readme-ov-file#usage) to automate release notes generation - Added [dependabot configuration](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file) - all YAML file names should have the same extension because of reasons -...