09 2022 档案
摘要:
阅读全文
摘要:1 先安装C语言环境 有的可以跳过 yum install -y gcc-c++ automake autoconf libtool make tcl 2 下载linux 版本的redis 我的版本为6.0.6 3 解压redis tar vxzf redis-6.0.6.tar.gz 4 编译 m
阅读全文
摘要:1 首先先准备3 份配置文件 redis6380.conf redis6381.conf redis6382.conf 修改里面的端口号 2 分别启动三台redis 这里设置redis6380为master 因此 我们启动第一台redis的命令为 docker run -d -p 6380:6380
阅读全文