暗黑模式
Rocky Linux
bash
dnf install redis
redis-server --version
systemctl status redis
vi /etc/redis/redis.conf
systemctl enable redis
systemctl start redis
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8