summaryrefslogtreecommitdiff
path: root/src/blocked.c
Commit message (Expand)AuthorAgeFilesLines
* Remove several instances of duplicate "the" in comments (#12144)cui fliter2023-05-081-1/+1
* Fixed tracking of command duration for multi/eval/module/wait (#11970)Madelyn Olson2023-03-291-0/+1
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-8/+34
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-1/+0
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-1/+15
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-0/+7
* Fix an issue when module decides to unblock a client which is blocked on keys...ranshid2023-03-081-3/+5
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-091-1/+1
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-485/+299
* Cleanup: Get rid of server.core_propagates (#11572)guybe72022-12-201-5/+0
* Stream consumers: Re-purpose seen-time, add active-time (#11099)guybe72022-11-301-1/+1
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-241-1/+1
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-93/+108
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-091-9/+0
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-6/+1
* unblockClient: avoid to reset client when the client was shutdown-blocked (#1...郭伟光2022-03-201-1/+1
* XREADGROUP: Unblock client if stream is deleted (#10306)guybe72022-03-081-43/+88
* Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-211-12/+20
* 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