Topic: Redis 6.2 for EL8

Good morning,

I have am looking for Redis 6.2 for EL8 but no one seems to package it.  I see 6.2.6 for EL7.  Would this be something that can be added?

Thank you

Re: Redis 6.2 for EL8

It is there, you just have to enable the proper stream

# dnf module list redis
CentOS Stream 8 - AppStream
Name                 Stream                      Profiles                     Summary                                          
redis                5 [d]                       common [d]                   Redis persistent key-value database              
redis                6                           common [d]                   Redis persistent key-value database              

Remi's Modular repository for Enterprise Linux 8 - x86_64
Name                 Stream                      Profiles                     Summary                                          
redis                remi-5.0                    common [d]                   Redis persistent key-value database              
redis                remi-6.0                    common [d]                   Redis persistent key-value database              
redis                remi-6.2                    common [d]                   Redis persistent key-value database              
redis                remi-7.0 [e]                common [d] [i]               Redis persistent key-value database              

So

# dnf module switch-to redis:remi-6.2
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 6.2 for EL8

Thank you very much! 

This is exactly what I was looking for smile

It's odd that it doesn't show up in any searches.  I guess the rpmfind, etc guys don't know how to crawl modular repos yet (or don't bother).

Re: Redis 6.2 for EL8

> I guess the rpmfind, etc guys don't know how to crawl modular repos yet (or don't bother).

FYI, they know, and my repository is now indexed

Ex: http://rpmfind.net/linux/RPM/remi/enter … 86_64.html

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