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 #### Current Behavior Stack trace ```java one thread use common connection async command and redis-future blocking read data from redis-stream queue ``` ![image](https://user-images.githubusercontent.com/21032464/190377337-8d384b2e-c00f-4ab7-817f-fc3a11b46645.png) ```java and other thread...

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

I am using version 6.2.0.RELEASE. I would like to ask about the Batch Execution using asynchronous commands like [wiki](https://github.com/lettuce-io/lettuce-core/wiki/Redis-Command-Interfaces). ``` @BatchSize(50) interface StringCommands extends Commands { RedisFuture get(String key, CommandBatching...

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

## Bug Report Reids uses the domain name, and lettuce uses the UDP protocol to occupy two random ports. #### Current Behavior netstat -tunlp Active Internet connections (only servers) Proto...

## Bug Report The socket channels to redis sentinels would increasing unlimitedly, especially when I use object pool. #### Current Behavior I trace the function of borrowing connection from the...

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

#### Current Behavior We have a standalone java application with lettuce client that would fetch the data from Redis server. we are doing it in single threaded manner sequentially over...

## Bug Report #### Current Behavior `ConnectionWatchdog` keeps logging warnings for failed redis nodes ``` i.l.core.protocol.ConnectionWatchdog : Reconnecting, last destination was 10.1.31.165:6379 i.l.core.protocol.ConnectionWatchdog : Cannot reconnect to [10.1.31.165:6379]: connect(..) failed:...

## Support `FCALL` command, Redis 7 new feature I wrote a Lua script, and loaded it as a function in my Redis using the below command: `cat updateJobAndForwardMsgScript.lua | redis-cli...

type: enhancement

## Bug Report #### Current Behavior `RedisURI.Builder#withSsl(RedisURI)` does not copy `SslVerifyMode` setting properly if it is set to `SslVerifyMode#CA`. What it does instead is: 1. It produces a boolean value...

type: bug

- [x] #2748 - [x] #2749 - [x] #2750 - [x] #2751 - [x] #2752 - [x] #2753 - [ ] #2754 - [x] #2815

tracking-issue
techdebt