From 125a7a771b3cac61bb6b8ab7a2d82c5418e78f76 Mon Sep 17 00:00:00 2001 From: SkywalkerSpace Date: Wed, 3 Dec 2025 10:40:02 +0800 Subject: [PATCH] fix redis spell --- manual/setup/setup_with_ceph.md | 2 +- manual/setup_binary/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/setup/setup_with_ceph.md b/manual/setup/setup_with_ceph.md index 53cfa100..b161860d 100644 --- a/manual/setup/setup_with_ceph.md +++ b/manual/setup/setup_with_ceph.md @@ -99,7 +99,7 @@ ceph_config = /etc/ceph/ceph.conf ceph_client_id = seafile pool = seafile-fs -# Memcached or Reids configs +# Memcached or Redis configs ...... ``` diff --git a/manual/setup_binary/installation.md b/manual/setup_binary/installation.md index 006bcb28..1e6c5963 100644 --- a/manual/setup_binary/installation.md +++ b/manual/setup_binary/installation.md @@ -418,7 +418,7 @@ MEMCACHED_PORT=11211 ### Setup Memory Cache -Memory cache is mandatory for pro edition. You may use Memcached or Reids as cache server. +Memory cache is mandatory for pro edition. You may use Memcached or Redis as cache server. === "Memcached"