标签:aof install com 性能 自己 bind 编译安装 serve inux

redis-server:Redis服务器启动命令redis-cli:客户端,操作入口redis-server 进行启动 端口号:6379备份redis.conf
拷贝一份 redi.conf 到其他目录
cp /opt/redis-5.0.5/redis.conf /myredis
后台启动设置 daemonize no 改成 yes
yes改为 noRedis 启动
redis-server /myredis/redis.conf
ps -ef|grep redis-server
用客户端访问:redis-cli -p 6379

测试验证:ping

Redis关闭


标签:aof install com 性能 自己 bind 编译安装 serve inux
原文地址:https://www.cnblogs.com/KingTL/p/13269586.html