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:
authorPavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>2020-07-02 10:43:07 +0300
committerGitHub <noreply@github.com>2020-07-02 10:43:07 +0300
commit13a168f42d6639a051d6f829d573dd81bcb97f3a (patch)
treea7e3c31b6d34d074fe746b8181d85af280d9cbc0 /INSTALL.markdown
parentb4779e6a919103bd65fa0e6a0c88e658e05a3e7c (diff)
parent6ba7cffcfd89d8848dfed4f2a5739f9e0438db86 (diff)
Merge pull request #1799 from weberhofer/patch-1
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 6eb626d6..845c90d7 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -54,6 +54,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