We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from two options read-slave and read-master-slave to one option like:
read-slave
read-master-slave
read-strategy with values being:
read-strategy
master
read-slave-only
both
The text was updated successfully, but these errors were encountered:
Use config read-strategy to control read/write separation, closes e…
887c19b
…leme#67
cdc550d
c67f6d6
Merge pull request #72 from maralla/read-strategy
3284ab4
Use config `read-strategy` to control read/write separation, closes #67
No branches or pull requests
from two options
read-slave
andread-master-slave
to one option like:read-strategy
with values being:master
defaultread-slave-only
send all read ops to slaves.both
send read ops to both master and slaves.The text was updated successfully, but these errors were encountered: