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
Looking through the documentation I cannot see a way to split the read and writes for the redis driver.
A cluster of redis machines can have one master (which is the only machine you can write to), but many slaves (at least with the simplest setup).
This typically requires a way to set hosts for reading from, and a host to write to.
Is this undocumented, or not a feature supported?
The text was updated successfully, but these errors were encountered:
Hello @tedivm ?
Sorry, something went wrong.
I have started work on this now.
@alexbowers Any progress?
alexbowers
No branches or pull requests
Looking through the documentation I cannot see a way to split the read and writes for the redis driver.
A cluster of redis machines can have one master (which is the only machine you can write to), but many slaves (at least with the simplest setup).
This typically requires a way to set hosts for reading from, and a host to write to.
Is this undocumented, or not a feature supported?
The text was updated successfully, but these errors were encountered: