Skip to content

Instantly share code, notes, and snippets.

View joncarlmatthews's full-sized avatar
UTV

Jon Matthews joncarlmatthews

UTV
  • Shopify
  • Wiltshire, UK
View GitHub Profile
@jarvys
jarvys / run-multiple-redis-instances.md
Last active September 27, 2022 13:02
run multiple redis instances on the same server for centos
  • create a new redis .conf file
$ cp /etc/redis.conf /etc/redis-xxx.conf
  • edit /etc/redis-xxx.conf, illustrated as below
...