Skip to content

Commit

Permalink
BUGFIX: Use correct cache namespace for redis
Browse files Browse the repository at this point in the history
The old namespace was deprecated and is now gone with 4.0
  • Loading branch information
Sebobo committed May 3, 2018
1 parent 535d6e9 commit 07a250b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/CreatingASite/ContentCache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ By default, all cache entries are stored on the local filesystem. You can change
the example below will use the Redis backend for the content cache::

Neos_Fusion_Content:
backend: Neos\Flow\Cache\Backend\RedisBackend
backend: Neos\Cache\Backend\RedisBackend

.. note::
The best practice is to change the cache configuration in your distribution.
Expand Down

0 comments on commit 07a250b

Please sign in to comment.