mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #2423 from RealRancor/redis_apcu_note
Additional notes for Redis vs. APCu
This commit is contained in:
@@ -222,7 +222,13 @@ Use Redis for everything except local memcache::
|
||||
),
|
||||
|
||||
.. _install_redis_label:
|
||||
|
||||
|
||||
Additional notes for Redis vs. APCu on Memory Caching
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
APCu is faster at local caching than Redis. If you have enough memory, use APCu for Memory Caching
|
||||
and Redis for File Locking. If you are low on memory, use Redis for both.
|
||||
|
||||
Additional Redis Installation Help
|
||||
----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user