sudo DEBIAN_FRONTEND=noninteractive apt install redis-server -y

sudo service redis enable

sudo service redis start