Closed AlecTaylor closed 10 years ago
Missed it in your documentation:
read_backend – Optional stdnet.BackendDataServer
for read operations. This is useful when the server has a master/slave configuration, where the master accept write and read operations and the slave
read only operations.
In order to explicitly leverage replicas, I have designated some of my servers to be used externally for writes only, and others to be used externally for reads only.
I am using StrictRedis directly (redis-py).
Can Python-stdnet be used within my setup, without breaking explicit read/write specification?