一. 迁移一个新的配置文件
cat redis.conf | grep -v "#" | grep -v "^$" ->redis-test.conf
二.修改redis-test.conf配置
三.启动
redis-server /etc/redis-test.conf
四.测试远程连接
redis-cli -h xxx.xxx.xxx.xxx
ping
已解决
一. 迁移一个新的配置文件
cat redis.conf | grep -v "#" | grep -v "^$" ->redis-test.conf
二.修改redis-test.conf配置
三.启动
redis-server /etc/redis-test.conf
四.测试远程连接
redis-cli -h xxx.xxx.xxx.xxx
ping
已解决