-
Notifications
You must be signed in to change notification settings - Fork 230
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
redis master/slave connection support? #188
Comments
It doesn't. Maybe I'll be more helpful if you describe your situation and say why do you want it to use master/slave. |
May be you will be interested in simple patch |
Not sure this is possible with simple patch. I consider
django-db-router-like approach.
|
@Suor i am trying to use cacheops with redis on AWS. I have a replication group for redis, and my redis config looks like: CACHES = { is it possible for cacheops to use the CACHES config directly, instead of using CACHEOPS_REDIS? |
@lishenzhi using The approach I support for master slave is using router function. You can look up discussions in #121 and #35. |
does the cacheops_redis support redis master/slave set up?
The text was updated successfully, but these errors were encountered: