CentOS 8 安装redis
2022-03-09 本文已影响0人
前端技术小咖
一、安装Redis 5版本
在CentOS 8系统中使用 dnf
命令直接安装 Redis 5
版本,安装命令如下:
sudo dnf install redis -y
如果想要卸载使用 dnf
安装的Redis
,执行如下命令:
sudo dnf remove redis
二、安装Redis 6
在我的文章 Linux安装Redis 6指南 中有详细的步骤,请您移步参考,这里不再赘述。