summaryrefslogtreecommitdiff
path: root/src/blocked.c
Commit message (Expand)AuthorAgeFilesLines
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-10/+10
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-1/+2
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-0/+18
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-7/+20
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-2/+1
* Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)Binbin2021-11-181-2/+2
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2021-10-071-0/+16
* Client eviction ci issues (#9549)yoav-steinberg2021-09-261-1/+3
* Client eviction (#8687)yoav-steinberg2021-09-231-6/+6
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-231-13/+28
* Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)guybe72021-09-151-7/+2
* 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