redis -cli \ -h <FQDN of any Redis host> \ -p 26379 \ sentinel \ get-master-addr-by-name <Redis cluster name> | head -n 1. Connect to the host with this ...
確定! 回上一頁