lettuce
lettuce copied to clipboard
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
## Feature Request Instead of subscribing for a channel to a random node in a cluster, we must subscribe to the node which contains the slot #### Is your feature...
## Feature Request ## Problem We would like to use RediSearch in combination with a Master/Replica setup in order to be able to perform search operations against multiple replicated nodes...
## Bug Report There are tests that are failing intermittently on the pipeline. Keeping a list here. #### Current Behavior The following tests have shown instability in the last 6...
Issue: #2904 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 Deprecate the STRALGO command and implement the LCS in its place #### Is your feature request related to a problem? Please describe With https://github.com/redis/redis/issues/9744 the STRALGO command...
## Bug Report One container starts to have "Redis command timed out" and it does not recover. #### Current Behavior we have started to use aws redis serveless, since the...
## Bug Report #### Current Behavior I am using Spring cloudgateway and Spring data redis LettuceConnectionFactory I have created a RedisMessageListenerContainer Bean like this below to listen to Key expiry...
## Bug Report #### Current Behavior In redis sentinel mode, lettuce may refresh topology nodes to empty, if the connection to redis sentinel closed just after lettuce received TopologyRefreshMessage. And...
Fix https://github.com/lettuce-io/lettuce-core/issues/2598 If `write()` comes in between the line `this.channel = channel` and `sharedLock.doExclusive(() -> {}` in `notifyChannelActive()`, the FIFO order is violated since the previous entered commands have not...
## Feature Request #### Is your feature request related to a problem? Please describe Some encryption algorithms (for example AES/GCM) require an initialization vector that is unique for each message....