eleme / corvus

A fast and lightweight Redis Cluster Proxy for Redis 3.0
MIT License
789 stars 143 forks source link

Better configuration manner for read/write seperation. #67

Closed wooparadog closed 8 years ago

wooparadog commented 8 years ago

from two options read-slave and read-master-slave to one option like:

read-strategy with values being:

  1. master default
  2. read-slave-only send all read ops to slaves.
  3. both send read ops to both master and slaves.