Skip to content

Instantly share code, notes, and snippets.

View rjsnh1522's full-sized avatar
🎯
Focusing

Pawan Chaurasia rjsnh1522

🎯
Focusing
View GitHub Profile
@rjsnh1522
rjsnh1522 / System Design.md
Created March 8, 2019 05:35 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@rjsnh1522
rjsnh1522 / notes.md
Created January 17, 2019 09:30 — 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