Install Redis server on Fedora

Installing Redis server on fedora is very easy. open your terminal and execute the below command,


sudo dnf install redis

Start the redis server by executing


sudo systemctl start redis

Redis server will start running at port 6379.

You can check the it’s current status by executing below command


sudo systemctl status redis

One thought on “Install Redis server on Fedora

  1. Pingback: Cinnamon Desktop on Fedora | Shashank's Blog

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s