Stash
Stash copied to clipboard
Split READ/WRITE in redis
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?
Hello @tedivm ?
I have started work on this now.
@alexbowers Any progress?