• A
    Net: processUnblockedClients() and clientsArePaused() minor changes. · 2b278a33
    antirez 提交于
    1. No need to set btype in processUnblockedClients(), since clients
       flagged REDIS_UNBLOCKED should have it already cleared.
    2. When putting clients in the unblocked clients list, clientsArePaused()
       should flag them with REDIS_UNBLOCKED. Not strictly needed with the
       current code but is more coherent.
    2b278a33
blocked.c 6.3 KB