From 5d7c11516daf72d9635c5c668aa3e8473c8c01e0 Mon Sep 17 00:00:00 2001 From: tflidd Date: Sun, 5 Nov 2023 15:31:22 +0100 Subject: [PATCH] Remove old redis installation hints Follow up on https://github.com/nextcloud/documentation/pull/11264. There is more outdated documentation regarding redis: - instruction to retired Ubuntu 14.04 manual - php-redis packages are now included in Ubuntu (since 20.04 LTS), older onces are or are about to expire by now (18.04 + 5 years) - info about redis suppot for php7.1/2 compatibility is not relevant, these versions are not supported for quite some time. Not sure about the fedora/CentOS part, but there is just an information how to retrieve package information on a setup, that does not really help. We can probably backport these changes to all supported versions. Signed-off-by: tflidd --- .../caching_configuration.rst | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index b58786174..d7fd11ef2 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -307,31 +307,6 @@ More information on configuration of phpredis session handler can be found on th .. _install_redis_label: -Additional Redis installation help -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -If your version of **Mint** or **Ubuntu** does not package the required version of -``php-redis``, then try `this Redis guide on Tech and Me -`_ -for a complete Redis installation on Ubuntu 14.04 using PECL. -These instructions are adaptable for **any distro** that does not package the -supported version, or that does not package Redis at all, such as **SUSE Linux -Enterprise Server** and **Red Hat Enterprise Linux**. - -For PHP 7.0 and PHP 7.1 use Redis PHP module 3.1.x or later. - -See ``_ - -On Debian/Mint/Ubuntu, use ``apt-cache`` to see the available -``php-redis`` version, or the version of your installed package:: - - apt-cache policy php-redis - -On CentOS and Fedora, the ``yum`` command shows available and installed version -information:: - - yum search php-pecl-redis - Memcached ---------