From 313eb98cbc461d0fa1a071e76c7cb3b86e7b658b Mon Sep 17 00:00:00 2001 From: mayiming <1627832236@qq.com> Date: Sun, 10 Aug 2025 02:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=87=E5=BF=98=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- note.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 note.md diff --git a/note.md b/note.md new file mode 100644 index 0000000..e00d16f --- /dev/null +++ b/note.md @@ -0,0 +1,6 @@ +[minio启动] +minio.exe server ./data --console-address "127.0.0.1:9000" --address "127.0.0.1:9005" + +[redis启动] +redis-server.exe redis.windows.conf +