mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 17:51:21 +00:00
Precise timeouts: use only radix tree for timeouts.
This commit is contained in:
@ -111,7 +111,7 @@ void blockClient(client *c, int btype) {
|
||||
c->btype = btype;
|
||||
server.blocked_clients++;
|
||||
server.blocked_clients_by_type[btype]++;
|
||||
addClientToShortTimeoutTable(c);
|
||||
addClientToTimeoutTable(c);
|
||||
}
|
||||
|
||||
/* This function is called in the beforeSleep() function of the event loop
|
||||
|
Reference in New Issue
Block a user