トップに戻る
tags
sudo dnf info redis
sudo dnf install -y redis
sudo systemctl start redis
sudo systemctl enable redis
systemctl status redis
edit