mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Clarify memecache use in seaf-server
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled
This commit is contained in:
parent
fbe0655eee
commit
b4144b878e
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue