Skip to content

Instantly share code, notes, and snippets.

@voxx
voxx / RHEL7-MULTIPLE-REDIS-POOLS.md
Last active July 25, 2018 17:25 — forked from EddyF/linux-rhel7-run-multiple-redis-instances.md
Run multiple Redis v4.x+ pools on the same RHEL 7.x+ server (NON SENTINEL)

Create a new redis .conf file for each additional redis instance.

$ sudo cp /etc/redis.conf /etc/redis-xxx.conf

Edit the /etc/redis-xxx.conf as illustrated below.

$ sudo nano /etc/redis-xxx.conf

...