Setting up the Redis ServerΒΆ

You can download and install Redis on your distro. In Fedora you can just yum install redis for the same.

To start the server in the local folder use the following command:

$ redis-server

On Fedora you can start the service as root:

# systemctl enable redis.service
# systemctl start redis.service

Retask is a simple task queue implementation written for human beings. It provides generic solution to create and manage task queues.

Related Topics

This Page

Fork me on GitHub