mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Precise timeouts: working initial implementation.
This commit is contained in:
@ -619,6 +619,7 @@ void blockForKeys(client *c, int btype, robj **keys, int numkeys, mstime_t timeo
|
||||
listAddNodeTail(l,c);
|
||||
}
|
||||
blockClient(c,btype);
|
||||
addClientToShortTimeoutTable(c);
|
||||
}
|
||||
|
||||
/* Unblock a client that's waiting in a blocking operation such as BLPOP.
|
||||
|
Reference in New Issue
Block a user