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:
authorT. Todua <7117978+ttodua@users.noreply.github.com>2021-07-20 15:18:29 +0300
committerGitHub <noreply@github.com>2021-07-20 15:18:29 +0300
commitb5e02c7ede1fb7ff71061906bad9a8ddb73715e5 (patch)
treeeadcb2a7a4ff92da99486d759b2507521780719d
parent7c0ae874d4b17fbd513624bb1849d736949888c8 (diff)
Updated approach
Pickle is becoming standard after PHP 7.3, so you should include that too.
-rw-r--r--INSTALL.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL.markdown b/INSTALL.markdown
index 845c90d7..332f634b 100644
--- a/INSTALL.markdown
+++ b/INSTALL.markdown
@@ -1,9 +1,11 @@
-# Installation from pecl
+# Installation from pecl/pickle
-To pull latest stable released version, from [pecl](https://pecl.php.net/package/redis):
+To pull latest stable released version, from [pecl](https://pecl.php.net/package/redis) / [pickle](https://wiki.php.net/rfc/deprecate-pear-include-composer):
~~~
pecl install redis
+// or
+pickle install redis
~~~
# Installation from sources