lettucemod
lettucemod copied to clipboard
Java client for Redis Modules
adjust outdated method
For this `RG.DUMPREGISTRATIONS` output: ```text 1) 1) "id" 2) "0000000000000000000000000000000000000000-1" 3) "reader" 4) "CommandReader" 5) "desc" 6) "null" 7) "RegistrationData" 8) 1) "mode" 2) "async" 3) "numTriggered" 4) "0" 5)...
org.springframework.boot spring-boot-starter-data-redis com.redis spring-lettucemod 3.2.1
Asynchronous Connection Pooling https://github.com/lettuce-io/lettuce-core/wiki/Connection-Pooling I couldn't find any reference about it.
Hello, I am trying to retrieve results with FT.AGGREGATE and I want to fetch all results with one query. The task is, given one GPS point, sort all items (~1500)...
Looking at the code, it does not appear that sentinel is supported. I wanted to confirm if this is actually the case. It looks like standalone and cluster only are...
As the title suggests, allowing lettucemod to support Spring Boot 3.1.x would be excellent (Presently 3.5.1 only supports Spring Boot 3.0.x). Spring Boot 3.1.x presents a few small incompatibility issues;...
I had a look at the code, and it looks like there currently is no support for ftConfig set/get (ie https://redis.io/commands/ft.config-set/). Is this planned for anytime soon? The reason I...
I'm using ```FT.AGGREGATE``` and I'm wanting to use the option sortBy but looking into AggregateOptions there is no option. In SearchOptions it is present. So wondering is this available with...
I've been trying to create an index on our Redis Cluster (6 nodes) with the following code but `FT.CREATE` keeps failing with a `MOVED` error (included below the code). Despite...