Phpredis: How do I install phpredis for php7 ?

Created on 3 Oct 2017  路  4Comments  路  Source: phpredis/phpredis

Expected behaviour

Actual behaviour

I'm seeing this behaviour on

Steps to reproduce, backtrace or example script

I've checked

  • [ ] There is no similar issue from other users
  • [ ] Issue isn't fixed in develop branch

How do I install phpredis for php7 ?

Most helpful comment

Where does you PHP comes from ?

Your package provider should also provide this extension.

Ex: using remi's repository:

yum install php-pecl-redis

See https://rpms.remirepo.net/wizard/

All 4 comments

Where does you PHP comes from ?

Your package provider should also provide this extension.

Ex: using remi's repository:

yum install php-pecl-redis

See https://rpms.remirepo.net/wizard/

Thank you for your answer. My PHP installation package comes from LNMP
Https://lnmp.org/
My system is CentOS 7.3
I need to install the phpredis extensions
But I don't know how to install it
I am a novice
I hope you can

Resolved

Was this page helpful?
0 / 5 - 0 ratings