...
| Code Block |
|---|
sudo systemctl status redis |
If you face any technical issue in using redis from remote connection, you will need to run below:
| Code Block |
|---|
sudo sed -i 's/bind 127.0.0.1/#bind 127.0.0.1/gi' /etc/redis.conf
sudo sed -i 's/protected-mode yes/protected-mode no/gi' /etc/redis.conf
sudo /usr/sbin/setsebool httpd_can_network_connect=1 |