Update admin_manual/configuration_server/caching_configuration.rst

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Martin Rüegg <martin.rueegg@metaworx.ch>
This commit is contained in:
Martin Rüegg 2022-09-02 23:50:36 +02:00 committed by GitHub
parent 27c42ea100
commit d038bab090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ For best performance, use Redis for file locking by adding this::
'memcache.locking' => '\OC\Memcache\Redis',
Further more, you can use Redis for the distributed server cache::
Additionally, you should use Redis for the distributed server cache::
'memcache.distributed' => '\OC\Memcache\Redis',