I have an application using Spring Boot 1.5.3. We have redis already configured but we now need to configure sentinel for it. In other apps where spring boot version is higher, we have been able to do it by using RedisSentinelConfiguration but for the version 1.5.3 , this class doesn't have a password attribute that we need to set. Any ideas how to authenticate in previous spring versions?
↧