diff options
author | Ebben Aries <e@dscp.org> | 2015-11-23 07:30:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | a9af23fa2eb1830507f1a615a7ee0c42a3ee5c3c (patch) | |
tree | 426521a021e4a8af7a0e07e6177f23c867450b5a /libraries/php-redis/README | |
parent | 8f10a9a937b7e7b32fec7c5e64805a9256beb014 (diff) | |
download | slackbuilds-a9af23fa2eb1830507f1a615a7ee0c42a3ee5c3c.tar.gz |
libraries/php-redis: Added (Redis bindings for PHP).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/php-redis/README')
-rw-r--r-- | libraries/php-redis/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/php-redis/README b/libraries/php-redis/README new file mode 100644 index 0000000000..7e3f06a00d --- /dev/null +++ b/libraries/php-redis/README @@ -0,0 +1,5 @@ +This extension enables PHP to work with redis. + +To enable the redis extension for php, go to +/etc/php.d/redis.ini and uncomment the line: + ; extension=redis.so |