Backport #2423 to stable9

This commit is contained in:
RealRancor 2016-05-16 21:57:46 +02:00
parent eb22640d48
commit cd25164eea

View File

@ -222,6 +222,12 @@ Use Redis for everything except local memcache::
'port' => 6379,
),
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.
.. _install_redis_label:
Additional Redis Installation Help