From 518b8c7fc3651078b52087498a3df523ebbe0d25 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 1 Apr 2026 03:25:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Service=EF=BC=9ARedis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service%EF%BC%9ARedis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service%EF%BC%9ARedis.md b/Service%EF%BC%9ARedis.md index 08de9c4..cc9c9a2 100644 --- a/Service%EF%BC%9ARedis.md +++ b/Service%EF%BC%9ARedis.md @@ -23,7 +23,7 @@ echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://pack # 安裝 Redis ```bash -apt update && apt install -y redis +apt install -y redis ``` # 啟動 Redis 伺服器