Skip to content

Instantly share code, notes, and snippets.

@zatosource
Created January 13, 2015 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zatosource/f6e9959bf0ef4917a036 to your computer and use it in GitHub Desktop.
Save zatosource/f6e9959bf0ef4917a036 to your computer and use it in GitHub Desktop.
node3 configuration (Redis HA w/ sentinels guide)
# Host and port we will listen for requests on
bind redis3
port 36300
# Database location
dir .
# Where to replicate from
slaveof redis1 16300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment