how to install redis on manjaro

C++
pamac install redis
sudo systemctl enable --now redis
sudo systemctl status redis
Source

Also in C++: