summaryrefslogtreecommitdiff
path: root/src/blocked.c
Commit message (Expand)AuthorAgeFilesLines
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-33/+24
* Fix wrong offset when replica pause (#9448)zhaozhao.zz2021-09-081-0/+5
* Fix if consumer is created as a side effect without notify and dirty++ (#9263)menwen2021-08-021-10/+10
* Update the location information in some URLs (#8595)yjph2021-04-061-1/+1
* Introduce fast path to bypass expensive serveClientsBlockedOnKeyByModule call...Igor2021-03-251-0/+4
* Fix SLOWLOG for blocked commands (#8632)Oran Agra2021-03-251-14/+15
* Redact slowlog entries for config with sensitive data. (#8584)Madelyn Olson2021-03-151-1/+9
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-291-0/+29
* Bugfix: Make modules blocked on keys unblock on commands like LPUSH (#8356)Viktor Söderqvist2021-01-191-2/+12
* CLIENT PAUSE - don't drop together with other blocked clients (#8302)Oran Agra2021-01-091-0/+7
* Add support for client pause WRITE (#8170)Madelyn Olson2021-01-071-0/+14
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-2/+2
* Minor improvements to module blocked on keys (#7903)guybe72020-10-121-1/+1
* Adds new pop-push commands (LMOVE, BLMOVE) (#6929)Felipe Machado2020-10-081-12/+14
* Stream: Inconsistency between master and replica some XREADGROUP case (#7526)valentinogeron2020-09-241-1/+8
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* Avoid redundant calls to signalKeyAsReady (#7625)杨博东2020-08-111-2/+16
* XPENDING should not update consumer's seen-timeGuy Benoish2020-05-041-3/+4
* Keep track of meaningful replication offset in replicas tooOran Agra2020-04-271-1/+1
* Speedup: unblock clients on keys in O(1).o1-bpopantirez2020-04-081-18/+30
* timeout.c created: move client timeouts code there.antirez2020-03-271-39/+0
* Precise timeouts: cleaup the table on unblock.antirez2020-03-271-0/+1
* Precise timeouts: use only radix tree for timeouts.antirez2020-03-271-1/+1
* Precise timeouts: fix bugs in initial implementation.antirez2020-03-271-1/+1
* Precise timeouts: working initial implementation.antirez2020-03-271-0/+1
* Stream: Handle streamID-related edge casesGuy Benoish2019-12-261-1/+1
* Rename var to fixed_time_expire now that is more general.antirez2019-11-191-3/+2
* Fix patch provided in #6554.antirez2019-11-191-1/+8
* expires & blocking: handle ready keys as call()zhaozhao.zz2019-11-081-0/+5
* Modules: block on keys: fix stale comment.module-block-on-keysantirez2019-10-311-2/+3
* Modules: block on keys: fix bugs in processing order.antirez2019-10-311-0/+16
* Modules: block on keys: use a better interface.antirez2019-10-311-1/+2
* Modules: block on keys: implement the internals.antirez2019-10-301-0/+30
* handleClientsBlockedOnKeys() refactoring.antirez2019-09-061-195/+208
* Fix handleClientsBlockedOnKeys() names in comments.antirez2019-09-051-1/+1
* Merge pull request #2774 from rouzier/blocking-list-commands-support-millisec...Salvatore Sanfilippo2019-03-121-4/+11
|\
| * If the unit of a timeout is seconds treat it a floatJames Rouzier2016-02-231-4/+11
* | RESP3: t_stream.c updated.antirez2019-01-091-2/+6
* | RESP3: restore the concept of null array for RESP2 compat.antirez2019-01-091-1/+1
* | RESP3: blocked.c updated.antirez2019-01-091-3/+3
* | Slave removal: blocked.c logs fixed.antirez2018-09-111-1/+1
* | Unblocked clients API refactoring. See #4418.antirez2018-09-031-6/+26
* | Make pending buffer processing safe for CLIENT_MASTER client.antirez2018-09-031-1/+1
* | block: format codezhaozhao.zz2018-08-141-2/+2
* | Streams: using streamCompareID() instead of direct compare in block.c.dejun.xdj2018-07-141-4/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-07-101-1/+4
|\ \
| * | Bugfix: PEL is incorrect when consumer is blocked using xreadgroup with NOACK...dejun.xdj2018-07-091-1/+3
* | | Streams: fix typo "consumer".antirez2018-07-101-1/+1
* | | Streams: send an error to consumers blocked on non-existing group.antirez2018-07-101-1/+5
* | | Streams: fix unblocking logic into a consumer group.antirez2018-07-101-14/+24
|/ /