Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis issues on Fedora 41 #201

Open
clewis7 opened this issue Feb 10, 2025 · 0 comments
Open

Redis issues on Fedora 41 #201

clewis7 opened this issue Feb 10, 2025 · 0 comments

Comments

@clewis7
Copy link

clewis7 commented Feb 10, 2025

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant