spring-redisearch
spring-redisearch copied to clipboard
Provides support for RediSearch in Spring
Added support for Redis ACL so username can be passed. Without it the connection is unsuccessful. The username is always set to _default_ no matter what the user is passing
Sentinel configuration is not working with lettuSearch 2.4.4 . _Originally posted by @Ananda2126 in https://github.com/RediSearch/spring-redisearch/issues/2#issuecomment-733746989_
Hello im Aleksey Im start using this library and not found how it configure sentinel connection with LettuSearch ? From your configuration @Bean(destroyMethod = "shutdown") RediSearchClient client(ClientResources clientResources) { RedisURI...