Redis


Setp 2 - Install


    dnf install redis
    vim /etc/redis.conf
    => supervised systemd
    => requirepass strong_password
    => bind 0.0.0.0
    => protected-mode no

    systemctl start redis
    systemctl enable redis