diff --git a/components/cache/adapters/redis_adapter.rst b/components/cache/adapters/redis_adapter.rst index c0295b487a0..ac32e1bbd39 100644 --- a/components/cache/adapters/redis_adapter.rst +++ b/components/cache/adapters/redis_adapter.rst @@ -9,7 +9,7 @@ Redis Cache Adapter article if you are using it in a Symfony application. This adapter stores the values in-memory using one (or more) `Redis server`_ -of `Valkey`_ server instances. +or `Valkey`_ server instances. Unlike the :doc:`APCu adapter `, and similarly to the :doc:`Memcached adapter `, it is not limited to the current server's