摘要: 1. 更新系统 更新命令: sudo apt update -y sudo apt upgrade -y 2. 安装redis 安装命令: sudo apt install redis-server 3. 验证redis sudo systemctl status redis 若出现如下图,说明安装 阅读全文
posted @ 2024-02-22 09:38 sunshine-sm 阅读(79) 评论(0) 推荐(0) 编辑