Skip to content

Commit 75bca24

Browse files
committed
minor #21287 [Cache] fix small typo in RedisAdapter docs (themasch)
This PR was merged into the 7.3 branch. Discussion ---------- [Cache] fix small typo in RedisAdapter docs I think "or" makes more sense here than "of". Commits ------- 3f69ad0 fix small typo in RedisAdapter docs
2 parents 69fe48d + 3f69ad0 commit 75bca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Redis Cache Adapter
99
article if you are using it in a Symfony application.
1010

1111
This adapter stores the values in-memory using one (or more) `Redis server`_
12-
of `Valkey`_ server instances.
12+
or `Valkey`_ server instances.
1313

1414
Unlike the :doc:`APCu adapter </components/cache/adapters/apcu_adapter>`, and similarly to the
1515
:doc:`Memcached adapter </components/cache/adapters/memcached_adapter>`, it is not limited to the current server's

0 commit comments

Comments
 (0)