Instalasi Redis dengan Yum
yum install redis php-pecl-redis
Mengaktifkan layanan Redis saat memulai boot
systemctl enable redis-server.service
Menonaktifkan layanan Redis dari awal boot
systemctl disable redis-server.service
Start/Stop/Restart Redis
Start
systemctl start redis-server.service
Stop
systemctl stop redis-server.service
Restart
systemctl restart redis-server.service
Periksa apakah Redis Sudah Berjalan
Is Running
systemctl is-active redis-server.service