• A
    Cluster: support to read from slave nodes. · 28273394
    antirez 提交于
    A client can enter a special cluster read-only mode using the READONLY
    command: if the client read from a slave instance after this command,
    for slots that are actually served by the instance's master, the queries
    will be processed without redirection, allowing clients to read from
    slaves (but without any kind fo read-after-write guarantee).
    
    The READWRITE command can be used in order to exit the readonly state.
    28273394
redis.c 121.0 KB