adrienmo / eredis_cluster

eredis_cluster is an erlang wrapper for eredis to support cluster mode of redis 3.0.0+
MIT License
79 stars 83 forks source link

Does eredis_cluster support read from slave ? #7

Closed devminz closed 7 years ago

devminz commented 7 years ago

Does eredis_cluster has config to allow for reading from slave instances if cluster is configured to have read enabled slaves?

adrienmo commented 7 years ago

Hi @devminz, at the moment the library does not support this.

devminz commented 7 years ago

Thanks.