Hello Team ,
We are in the process of migrating from Redis 5.0.5 version to Redis 7.0.6 version in production.
We had an observation while qualifying Redis new version that our Sentinel docker container was not coming up with our original configuration unless we introduced the following setting in sentinel.conf
sentinel resolve-hostnames yes
After going through Redis documentation we got to know initially the nodes were resolved using ip address which is now replaced by hostnames (which is an optional feature)
Please address the above questions.
Best Regards,
Apoorv