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

2012-fix-out-of-sync-when-encodeValue-returns-null Make sure that: - [x] You have read the [contribution guidelines](https://github.com/lettuce-io/lettuce-core/blob/main/.github/CONTRIBUTING.md). - [x] You use the code formatters provided [here](https://github.com/lettuce-io/lettuce-core/blob/main/formatting.xml) and have them applied to your changes. Don’t submit...

#### Current Behavior We've recently updated lettuce to 6.1.1.RELEASE and after running it in our production environment for a week we ran into a troubling issue. At some point it...

## Bug Report #### Current Behavior According to `RedisCodec` javadoc ``` /** * Encode the value for output to redis. * * @param value the value, may be {@code null}....

## Bug Report Related to #2146, I encountered PartitionSelectorException. When I use enablePeriodicRefresh(), in some case, masterCache = EMPTY and PooledClusterConnectionProvider fails to get a master node. There is a...

To solve #2178, this PR moves invalidateCache() in the if clause below. Currently, we encounter `PartitionSelectorException` when cluster topology is refreshing. Make sure that: - [x] You have read the...

As long as the command is not executed for a period of time, there will be a timeout problem when the command is executed again. I'm pretty sure that Lettuce...

status: waiting-for-feedback

## Bug Report #### Current Behavior `NullPointerException` happens when trying to establish large amount 1000000 of connections in 100 threads concurrently. Stack trace ```java io.lettuce.core.RedisConnectionException: Unable to connect to 10.0.10.8/:6379...

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

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 feature request...

## Bug Report I create RedisBatchQuery with BatchExecutor API. I use the redisBatchQuery to sync lots of id to redis. but it will happend NPE Occasionally (at redisBatchQuery.flush() method). After...

status: waiting-for-feedback

## Bug Report #### Current Behavior We have a lot of miscroservices which use lattuce as redis client. Sometimes (once per 1-2 weeks) lettuce in on of the instances starts...

status: waiting-for-feedback