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

Configure different redis clients for reading and writing #40

Closed
raffian opened this issue Sep 17, 2014 · 1 comment
Closed

Configure different redis clients for reading and writing #40

raffian opened this issue Sep 17, 2014 · 1 comment

Comments

@raffian
Copy link

raffian commented Sep 17, 2014

What's the easiest way to configure the plugin with a "read-only" and "read-write" redis client? Due to data center and data base constraints, we have a unique requirement to do this while avoiding network calls over the WAN.

grails {
redis-rw {
host = redisclusterny
}
redis-ro {
host = redisclusterca
}
}

@raffian
Copy link
Author

raffian commented Sep 17, 2014

nevermind, next time I'll just read the code :-) :+

@raffian raffian closed this as completed Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant