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:
authorJohannes Weberhofer <jweberhofer@weberhofer.at>2020-07-02 10:17:46 +0300
committerGitHub <noreply@github.com>2020-07-02 10:17:46 +0300
commit6ba7cffcfd89d8848dfed4f2a5739f9e0438db86 (patch)
tree41f4f88b3db4043d22f7e74e6ea5b1689198b11a /INSTALL.markdown
parent3c56289c71516a7c0ac81713ef2786c2b9e52274 (diff)
Added installation section for openSUSE
Diffstat (limited to 'INSTALL.markdown')
-rw-r--r--INSTALL.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.markdown b/INSTALL.markdown
index 981b103e..53a24bca 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -62,6 +62,14 @@ Installation of the [php-pecl-redis](https://apps.fedoraproject.org/packages/php
yum install php-pecl-redis
~~~
+### openSUSE ≥ 15.1
+
+Installation of the [php7-redis](https://software.opensuse.org/package/php7-redis?search_term=php7-redis) package:
+
+~~~
+zypper in php7-redis
+~~~
+
# Installation on OSX