Topic: Redis 5 on centOS 7 no longer available?

I usually install Redis 5 on a centOS 7 server with the commands:
---
yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum --enablerepo=remi install redis-5.0.9-1.el7.remi.x86_64
---

But now when I try this, it says "No package redis-5.0.9-1.el7.remi.x86_64 available".

Any help with installing Redis 5 from the centOS 7 Remi repo would be appreciated. Thanks.

Re: Redis 5 on centOS 7 no longer available?

On CentOS 8, thanks to modules, you can choose version to install

On CentOS 7, this doesn't exist, so only the latest version 6 is available

You can download the old version 5 from the archive
http://rpms.remirepo.net/store/redis/5.0.9/

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Redis 5 on centOS 7 no longer available?

Thanks! Being able to download the old version works for me.  smile