You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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
gave a valkey error
However, I was then able to run the following and things started working
I just wanted to outline here in case anyone runs into this issue in the future :)
The text was updated successfully, but these errors were encountered: