Skip to content

Instantly share code, notes, and snippets.

@zatosource
Created January 13, 2015 21:31
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/dcc4ca2bbef7a586dbc9 to your computer and use it in GitHub Desktop.
Save zatosource/dcc4ca2bbef7a586dbc9 to your computer and use it in GitHub Desktop.
node2 configuration (Redis HA w/ sentinels guide)
# Host and port we will listen for requests on
bind redis2
port 26300
# 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