Ivo Gaydazhiev

Results 64 comments of Ivo Gaydazhiev

Referred configuration class [RedisSentinelConfiguration](https://docs.spring.io/spring-data/redis/docs/current-SNAPSHOT/api/org/springframework/data/redis/connection/RedisSentinelConfiguration.html) is actually part of spring-data-redis. It looks like support for providing a sentinel username in addition to the password is already added with [commit](https://github.com/spring-projects/spring-data-redis/commit/f333b184a52e26e1f092a2d6eeac7296309f801d) closing [issue](https://github.com/spring-projects/spring-data-redis/issues/2218)...

Related to https://github.com/redis/jedis/issues/4117

There is an ongoing discussion regarding adding TTL to CSC in Jedis tracked with https://github.com/redis/jedis/issues/4117 Can we take a step back and try to identify what is the issue we...

My question was about the problem we want to solve before going into concrete implementations. CSC is not intended to be a generic cache and is driven by notification from...

@wickdynex @aarifkhan7 Looking at `JedisCluster` itself has like 36 different constructors and half of them use `String password`. Since we need to preserve backward compatibility, I don't see an easy...

@aarifkhan7 no need for new method as per https://github.com/redis/jedis/issues/4021#issuecomment-2468128171 it should be deprecated in favor of using `getCredentialsProvider()`

@oscarboher Thanks for the report. It will speed up the investigation if you could provide a reproducible example which will help to be on the same page how is JedisCluster...

Thanks! Just confirmed the error is reproducible with the provided example code.

The actual cause for the error can be checked by printing replies from individual nodes stored with JedisBroadcastException. ```java try { var functionName = client.functionLoadReplace(script); System.out.println("Ok! Function name: " +...

Our hands are kind of full right now, and I can not commit to when will have free slots to work on it. Plans are to backport it to 5.2...