Install multiple Redis instances on ports 6379 and 6380 for Magento
Create the directory for the new instance $ sudo install -o redis -g redis -d /var/lib/redis2 Create a new configuration file $ sudo cp -p /etc/redis/redis.conf /etc/redis/redis2.conf Edit the new configuration file $ sudo nano /etc/redis/redis2.conf pidfile /var/run/redis/redis-server2.pid logfile /var/log/redis/redis-server2.log