# 安装
[root@tangyouwei redis6]# cp /home/workspace/redis-6.0.10/redis.conf /opt/redis6/bin/
[root@tangyouwei redis6]# cd bin
# 启动
[root@tangyouwei bin]# cd /opt/redis6/bin
[root@tangyouwei bin]# ./redis-server redis.conf &
# 停止
[root@tangyouwei bin]# ./redis-cli shutdown