Phpredis: No package php-pecl-redis available.

Created on 3 Mar 2020  路  3Comments  路  Source: phpredis/phpredis

Expected behaviour

Installation

Actual behaviour

Failure

I'm seeing this behaviour on

  • OS: Centos 7
  • Redis: 3
  • PHP: 7.3
  • phpredis: N/A

Steps to reproduce, backtrace or example script

yum install php-pecl-redis

I've checked

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

Most helpful comment

This is obviously not a bug with this extension, but with the used distribution.

Don't know how you install php 7.3 on CentOS 7

  • CentOS 7 provides 5.4 by default, and redis extension is available in EPEL (php-pecl-redis)
  • CentOS 7 also provides 7.2 and 7.3 in SCL repository, which also have redis extension (sclo-php72-php-pecl-redis4, sclo-php72-php-pecl-redis5 or sclo-php72-php-pecl-redis5)

For any other way, using any 3rd party repository, you should ask your provider (good one should have this extension)

All 3 comments

This is obviously not a bug with this extension, but with the used distribution.

Don't know how you install php 7.3 on CentOS 7

  • CentOS 7 provides 5.4 by default, and redis extension is available in EPEL (php-pecl-redis)
  • CentOS 7 also provides 7.2 and 7.3 in SCL repository, which also have redis extension (sclo-php72-php-pecl-redis4, sclo-php72-php-pecl-redis5 or sclo-php72-php-pecl-redis5)

For any other way, using any 3rd party repository, you should ask your provider (good one should have this extension)

Thanks, @remicollet

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lyrixx picture lyrixx  路  4Comments

HunterEl picture HunterEl  路  4Comments

schtirlizzz picture schtirlizzz  路  6Comments

danielignatius picture danielignatius  路  4Comments

pb66 picture pb66  路  3Comments