How to setup Redis access on cPanel hosting?
Categories / cPanel, PHP By DotRoll
On our web servers, it is possible to use the Redis database with the following parameters: uses the storage resources max 1 database max 100 MB database size listening unix domain socketen: /tmp/redis.sock password protected, password can be viewed/modifiy here: /var/run/redis/redis.pwd Setup: On the cPanel interface, open to the Cron Jobs menu, then add the following task by running it every 5 minutes. /etc/rc.d/init.d/redis-peruser check >/dev/null 2>&1 [...]
How to setup Redis access on Plesk hosting?
Categories / PHP, Plesk By DotRoll
On our web servers, it is possible to use the Redis database with the following parameters: uses the storage resources max 1 database max 100 MB database size listening unix domain socketen: /tmp/redis.sock password protected, password can be viewed/modifiy here: /var/run/redis/redis.pwd Setup: In the hosting manager interface, in the box at the top left, select Scheduled Tasks and click Add Task. In the Command field, enter the /etc/rc.d/init.d/redis-peruser check command. [...]