Additional notes for Redis vs. APCu

This commit is contained in:
RealRancor
2016-05-16 15:40:05 +02:00
parent 4888492ffc
commit 3d3feb3705

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