Skip to content

Redis issues on Fedora 41 #201

@clewis7

Description

@clewis7

Due to the licensing issue outlined here, Redis has been replaced with Valkey in newer versions of Fedora.

I initially had some issues getting redis to install, but these instructions seemed to work

Note:

Running the second line

sudo systemctl start redis 

gave a valkey error

Job for valkey.service failed because the control process exited with error code.
See "systemctl status valkey.service" and "journalctl -xeu valkey.service" for details.

However, I was then able to run the following and things started working

sudo systemctl enable redis
redis-cli ping

I just wanted to outline here in case anyone runs into this issue in the future :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions