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.