From 3f69ad07222eead3b7c810ca2f2b496a22e49a6a Mon Sep 17 00:00:00 2001 From: Mark Schmale Date: Wed, 13 Aug 2025 16:31:41 +0200 Subject: [PATCH] fix small typo in RedisAdapter docs --- components/cache/adapters/redis_adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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