Merge pull request #2424 from RealRancor/fix_label_order

Fix label order in caching_configuration.rst
This commit is contained in:
Carla Schroder
2016-05-16 14:44:27 -07:00

View File

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