赞
踩
redis官网redis.io
linux下部署linux
linux下压缩包.tar.gz格式
百度网盘redis6.2.6.tar.gz
提取码:ro20
Xftp解压到一个文件夹即可,
配置.conf文件
建议先拷贝一份
cp redis.conf redis.conf.bck
接着大胆修改
vi redis.conf
找到bind 127.0.0.1注释掉
可在后台运行修改daemonize 为yes
密码也可自行设置,设置后访问redis必须输入此密码
使用配置文件运行
redis-server redis.conf
开放6379端口
/sbin/iptables -I INPUT -p tcp --dport 6379 -j ACCEPT
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。