运维网's Archiver
论坛
›
Redis
› Ubuntu的web服务器搭建系列之Redis(JDK+Tomcat+MySQL+Nginx+Red
qq70191
发表于 2018-11-3 07:56:30
Ubuntu的web服务器搭建系列之Redis(JDK+Tomcat+MySQL+Nginx+Red
# 1.将redis的仓库加入到源 sudo apt-get install -y software-properties-common sudo add-apt-repository -y ppa:rwky/redis
# 2.安装最新版本的redis
sudo apt-get update
sudo apt-get install -y redis-server
页:
[1]
查看完整版本:
Ubuntu的web服务器搭建系列之Redis(JDK+Tomcat+MySQL+Nginx+Red