centos7 远程连接其他服务器redis

在本地远程连接

在终端输入:

redis-cli -h 服务器ip地址 -p 端口 -a 密码
原文地址:https://www.cnblogs.com/kingsonfu/p/9966695.html