Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Substitute DISQUE to REDIS after merge from Disque | antirez | 2015-05-05 | 1 | -1/+1 |
* | processUnblockedClients: don't process clients that blocekd again | antirez | 2015-05-05 | 1 | -3/+8 |
* | Don't put clients into unblocked list multiple times | antirez | 2015-05-05 | 1 | -2/+6 |
* | Replication: disconnect blocked clients when switching to slave role. | antirez | 2015-03-24 | 1 | -0/+24 |
* | Cluster: redirection refactoring + handling of blocked clients. | antirez | 2015-03-24 | 1 | -0/+2 |
* | Net: processUnblockedClients() and clientsArePaused() minor changes. | antirez | 2015-03-21 | 1 | -1/+0 |
* | server.current_client fix and minor refactoring. | antirez | 2015-02-27 | 1 | -2/+0 |
* | WAIT command: synchronous replication for Redis. | antirez | 2013-12-04 | 1 | -0/+4 |
* | blocked.c API commented. | antirez | 2013-12-03 | 1 | -0/+33 |
* | BLPOP blocking code refactored to be generic & reusable. | antirez | 2013-12-03 | 1 | -0/+121 |