Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for creating a redislite instance that is a slave of another redis server #34

Closed
dwighthubbard opened this issue Apr 2, 2015 · 3 comments

Comments

@dwighthubbard
Copy link
Contributor

It would be useful to be able to create a redislite instance that is a slave of another redis server.

@reneighbor
Copy link

  • slave configs get consumed in the "configuration.py" file, which has a long template string. The variables relevant to setting up slaving must be templated out only if those variables (ie masterport, masterip) are set; else do not pass those comments out. Task is to add jinja logic to config.py's template variable.
  • Additionally, config-related variables are pased to the redis.StrictRedis()/redis.redis(). Need to seperate the config vs super() variables so that setting config variables don't trigger an unexpected argument error.

@dwighthubbard dwighthubbard added this to the sprint_pycon_2015 milestone Apr 17, 2015
@dwighthubbard
Copy link
Contributor Author

We got this committed and is in the most recent package build on PyPi reneighbor.

@reneighbor
Copy link

Wonderful!

On Fri, Apr 17, 2015 at 2:00 PM, Dwight Hubbard notifications@github.com
wrote:

We got this committed and is in the most recent package build on PyPi
reneighbor.


Reply to this email directly or view it on GitHub
#34 (comment).

Renee Chu

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

No branches or pull requests

2 participants