-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels