Merge pull request #2423 from RealRancor/redis_apcu_note

Additional notes for Redis vs. APCu
This commit is contained in:
Carla Schroder
2016-05-16 07:15:45 -07:00

View File

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