Nikita Koksharov

Results 623 comments of Nikita Koksharov
trafficstars

You can try https://github.com/redisson/redisson/wiki/2.-Configuration/#28-master-slave-mode

How do you think to define which Redis nodes to use? using redis hostname:port white list?

> "in sentinel mode, connect to the master redis node and exactly n redis replica instances Good point. Maybe some day Redisson will get AI and learn native language for...

Does this solution https://github.com/redisson/redisson/issues/108#issuecomment-2606865442 meet your needs?

Custom LoadBalancer implementation or `regex` setting usage should cover this use cases. I'm closing it.

You need to set `trace` logging level for `org.redisson` and share output since the application start moment

Maybe org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails is defined?

Did you try to debug org.redisson.spring.starter.RedissonAutoConfiguration#redisson() method ?

> to just mark redis as down and continue with calling the database rather than attempt to connect with redis again. Which Redisson objects do you use?