From b4144b878e69b141e6a1471f7932714437e69cbd Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Fri, 21 Feb 2025 13:32:08 +0800 Subject: [PATCH] Clarify memecache use in seaf-server --- manual/config/seafile-conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/config/seafile-conf.md b/manual/config/seafile-conf.md index eb5049db..6d709cdf 100644 --- a/manual/config/seafile-conf.md +++ b/manual/config/seafile-conf.md @@ -57,7 +57,7 @@ Seafile uses a system trash, where deleted libraries will be moved to. In this w ## Cache (Pro Edition Only) -Seafile Pro Edition uses memory caches in various cases to improve performance. Some session information is also saved into memory cache to be shared among the cluster nodes. Memcached or Reids can be use for memory cache. +seaf-server component in Seafile Pro Edition uses memory caches in various cases to improve performance. (seaf-server component in community edition does not use cache) Some session information is also saved into memory cache to be shared among the cluster nodes. Memcached or Reids can be use for memory cache. !!! tip Redis support is added in version 11.0. Currently only single-node Redis is supported. Redis Sentinel or Cluster is not supported yet.