summaryrefslogtreecommitdiff
path: root/src/blocked.c
Commit message (Expand)AuthorAgeFilesLines
* RDMF: More consistent define names.antirez2015-07-271-20/+20
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-4/+4
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-1/+1
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-6/+6
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Substitute DISQUE to REDIS after merge from Disqueantirez2015-05-051-1/+1
* processUnblockedClients: don't process clients that blocekd againantirez2015-05-051-3/+8
* Don't put clients into unblocked list multiple timesantirez2015-05-051-2/+6
* Replication: disconnect blocked clients when switching to slave role.antirez2015-03-241-0/+24
* Cluster: redirection refactoring + handling of blocked clients.antirez2015-03-241-0/+2
* Net: processUnblockedClients() and clientsArePaused() minor changes.antirez2015-03-211-1/+0
* server.current_client fix and minor refactoring.antirez2015-02-271-2/+0
* WAIT command: synchronous replication for Redis.antirez2013-12-041-0/+4
* blocked.c API commented.antirez2013-12-031-0/+33
* BLPOP blocking code refactored to be generic & reusable.antirez2013-12-031-0/+121