Clarify memecache use in seaf-server
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled

This commit is contained in:
Daniel Pan 2025-02-21 13:32:08 +08:00
parent fbe0655eee
commit b4144b878e

View File

@ -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.