``` redis-cli -c --cluster call 10.25.244.195:6379 keys \* -a 'xxx' ``` 说明: 1、call后为任一个节点 2、keys后的\不能去掉 3、-a 密码 放到最后