summaryrefslogtreecommitdiff
path: root/src/timeout.c
Commit message (Expand)AuthorAgeFilesLines
* Blocking command with a 0.001 seconds timeout blocks indefinitely (#11688)Gabi Ganam2023-01-081-1/+3
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-8/+7
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-091-1/+1
* Improve BLMPOP/BZMPOP/WAIT timeout overflow handling and error messages (#11338)Moti Cohen2022-10-061-2/+13
* Fixes around clients that must be obeyed. Replica report disk errors in PING....Oran Agra2022-04-201-1/+1
* Add missing calls to raxStop (#7532)Wen Hui2020-07-211-0/+1
* Typo in getTimeoutFromObjectOrReply's error replyGuy Benoish2020-04-111-1/+1
* Precise timeouts: reference client pointer directly.precise-timeout-2antirez2020-03-301-16/+13
* timeout.c created: move client timeouts code there.antirez2020-03-271-0/+192