Skip to content

Instantly share code, notes, and snippets.

View beenhere4hours's full-sized avatar

Daniel Masi beenhere4hours

View GitHub Profile
@beenhere4hours
beenhere4hours / notes-setup-2nd-redis.md
Last active January 10, 2024 20:26 — forked from inecmc/notes.md
How to run multiple Redis instances on Ubuntu 16.04

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