Skip to content

Instantly share code, notes, and snippets.

@cyx
Created December 8, 2012 23:50
Show Gist options
  • Save cyx/4242583 to your computer and use it in GitHub Desktop.
Save cyx/4242583 to your computer and use it in GitHub Desktop.
openredis - master slave

Setting up a slave

In order to setup an existing openredis instance as a slave of another existing instance, simply do the following:

  1. Access your dashboard.
  2. Click on Set as slave.
  3. Paste in the URL of your instance.

At this point, your openredis instance should be syncing with your existing instance.

Promoting to master

Once you have an openredis instance running as a slave of another instance, you can promote it to master when you want, by doing the following:

  1. Access your dashboard.
  2. Click on Promote to master.

More information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment