Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis server.
Generally, questions about using Redis should be directed to the community:
It is also possible that your question was already asked here, so please do a quick issues search before submitting. Lastly, if your question is about one of Redis' clients, you may to contact your client's developers for help.
That said, please feel free to replace all this with your question :) Sentinel mode, as config DNS service, Sentinel boot fail,err info: Failed to resolve hostname 'redis-service.admin.svc.test001',Why?
In sentinel Pod,check service status: The service is ok. nslookup redis-service.admin.svc.test001 Server: 1000::2 Address: [1000::2]:53 Name: redis-service.admin.svc.test001 Address: 1002::1:cf6c Name: redis-service.admin.svc.test001 Address: 1002::477f Name: redis-service.admin.svc.test001 Address: 1002::2:7470
sentinel.conf sentinel monitor mymaster redis-service.admin.svc.test001 6379 2 SENTINEL resolve-hostnames yes SENTINEL announce-hostnames yes
Comment From: sundb
DNS resolution failed, please use nslookup
to confirm it.
Comment From: hsh258
DNS resolution failed, please use
nslookup
to confirm it.
nslookup confirm inform: nslookup redis-service.admin.svc.test001 Server: 1000::2 Address: [1000::2]:53 Name: redis-service.admin.svc.test001 Address: 1002::1:cf6c Name: redis-service.admin.svc.test001 Address: 1002::477f Name: redis-service.admin.svc.test001 Address: 1002::2:7470
Sentinel boot fail,err info: Failed to resolve hostname 'redis-service.admin.svc.test001',Why?
redis version 7.2.5