Merge pull request #2425 from RealRancor/backport_2423_stable9

Backport #2423 to stable9
This commit is contained in:
Carla Schroder 2016-05-16 14:42:33 -07:00
commit ddaa8c5941

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