vipshop / hiredis-vip

Support redis cluster. Maintained and used at vipshop.
BSD 3-Clause "New" or "Revised" License
322 stars 173 forks source link

Does hiredis-vip support DNS resolution of the server hosthomes? #119

Closed raghuiisc closed 5 years ago

raghuiisc commented 5 years ago

In the provided api i see we need to pass IP:PORT as argument, is there any api which takes host-name instead of ip:port

raghuiisc commented 5 years ago

I have tested it and it supports host-names also in the connect api calls. Either give as IP:PORT or Hostname:port.