From 8a7d84a59822c42c5aa36fdecf069bda8ac4e439 Mon Sep 17 00:00:00 2001 From: tflidd Date: Sun, 5 Nov 2023 15:22:54 +0100 Subject: [PATCH] Update files_locking_transactional.rst Fixes https://github.com/nextcloud/documentation/issues/11263. Signed-off-by: tflidd --- .../configuration_files/files_locking_transactional.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin_manual/configuration_files/files_locking_transactional.rst b/admin_manual/configuration_files/files_locking_transactional.rst index 93bd77674..368143f3c 100644 --- a/admin_manual/configuration_files/files_locking_transactional.rst +++ b/admin_manual/configuration_files/files_locking_transactional.rst @@ -59,9 +59,6 @@ recommended if Redis is running on the same system as Nextcloud) use this exampl See ``config.sample.php`` to see configuration examples for Redis, and for all supported memcaches. -If you are on Ubuntu you can follow `this guide -`_ for a complete installation from scratch. - Learn more about Redis at `Redis `_. Memcached, the popular distributed memory caching system, is not suitable for the new file locking because it is not designed to store locks, and data can disappear from the cache