摘要: redis安装 yum install redis 安装完成后redis.conf配置文件默认在 /etc/redis.conf 启动命令: redis-server /etc/redis.conf 阅读全文
posted @ 2019-07-11 14:12 云深不知处,灯火阑珊 阅读(100) 评论(0) 推荐(0) 编辑
摘要: CentOs7关闭防火墙的命令! 1:查看防火状态 systemctl status firewalld service iptables status 2:暂时关闭防火墙 systemctl stop firewalld service iptables stop 3:永久关闭防火墙 system 阅读全文
posted @ 2019-07-11 14:08 云深不知处,灯火阑珊 阅读(5223) 评论(0) 推荐(0) 编辑