centos7 安装redis,并设置远程连接

我的博客,防止重复造轮子 cd ~ wget http://download.redis.io/releases/redis-4.0.10.tar.gz gzip redis-4.0.10.tar.gz cd redis-4.0.10 make make install # 安装完毕 # 查找redis.conf find / -name redis.conf # 配置redis.conf
相关文章
相关标签/搜索