Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-21 17:38:36 +0300
committerRemi Collet <remi@remirepo.net>2019-06-21 17:38:36 +0300
commit90aa067cd48d6406336b3852cbbc5af58395637b (patch)
tree95ba7a0fadfdc0953a26edbcd1019b56a3536500 /INSTALL.markdown
parent8206b14749e2583895023312c2143116c2480a50 (diff)
Update Fedora installation instructions
Remove Fedora <= 28 (redis v3) which is now EOL Fedora 31 already have php-pecl-redis5 version 5.0.0RC1 php-pecl-redis4 will be removed from F31 repo and php-pecl-redis5 added to F29/F30 repo after 5.0.0GA
Diffstat (limited to 'INSTALL.markdown')
-rw-r--r--INSTALL.markdown14
1 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL.markdown b/INSTALL.markdown
index 88d1b360..96d13994 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -36,22 +36,22 @@ Follow the DLL link on the [https://pecl.php.net/package/redis](https://pecl.php
## Fedora
-Fedora users can install the package from the official repositor.
+Fedora users can install the package from the official repository.
-**Fedora ≤ 28, Version 3 **
+### Fedora ≤ 30, Version 4
-Installation of the [php-pecl-redis](https://apps.fedoraproject.org/packages/php-pecl-redis) package:
+Installation of the [php-pecl-redis4](https://apps.fedoraproject.org/packages/php-pecl-redis4) package:
~~~
-dnf install php-pecl-redis
+dnf install php-pecl-redis4
~~~
-**Fedora ≥ 27, Version 4 **
+### Fedora ≥ 29, Version 5
-Installation of the [php-pecl-redis4](https://apps.fedoraproject.org/packages/php-pecl-redis4) package:
+Installation of the [php-pecl-redis5](https://apps.fedoraproject.org/packages/php-pecl-redis5) package:
~~~
-dnf install php-pecl-redis4
+dnf install php-pecl-redis5
~~~
## RHEL / CentOS