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

Add support for the redis command CF.INSERTNX as described [here](https://redis.io/commands/CF.INSERTNX). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

Add support for the redis command CF.INSERT as described [here](https://redis.io/commands/CF.INSERT). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

Add support for the redis command CF.ADDNX as described [here](https://redis.io/commands/CF.ADDNX). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

Add support for the redis command CF.ADD as described [here](https://redis.io/commands/CF.ADD). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

Add support for the redis command CF.RESERVE as described [here](https://redis.io/commands/CF.RESERVE). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

Add support for the redis command BF.CARD as described [here](https://redis.io/commands/BF.CARD). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

Add support for the redis command BF.INFO as described [here](https://redis.io/commands/BF.INFO). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

Add support for the redis command BF.LOADCHUNK as described [here](https://redis.io/commands/BF.LOADCHUNK). Note: This is autogenerated, meaning the issue will be close manually, for commands that are not designed to be used...

type: enhancement

#### Current Behavior We are seeing that AWS elasticache redis is reporting connections are being made constantly. ![image](https://github.com/redis/lettuce/assets/743706/ed8b627d-fda7-42d6-a420-d9a1cdbe379c) The slight peaks in that chart are the periodic refreshes we have...

## Bug Report #### Current Behavior Stack trace ```java org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisReadOnlyException: READONL Y You can't write against a read only replica. at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:54) at...

status: good-first-issue