mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 13:01:32 +00:00
Rename var to fixed_time_expire now that is more general.
This commit is contained in:
@ -521,7 +521,7 @@ void handleClientsBlockedOnKeys(void) {
|
||||
* that) without the risk of it being freed in the second
|
||||
* lookup, invalidating the first one.
|
||||
* See https://github.com/antirez/redis/pull/6554. */
|
||||
server.call_depth++;
|
||||
server.fixed_time_expire++;
|
||||
updateCachedTime(0);
|
||||
|
||||
/* Serve clients blocked on list key. */
|
||||
@ -539,8 +539,7 @@ void handleClientsBlockedOnKeys(void) {
|
||||
* module is trying to accomplish right now. */
|
||||
serveClientsBlockedOnKeyByModule(rl);
|
||||
}
|
||||
|
||||
server.call_depth--;
|
||||
server.fixed_time_expire--;
|
||||
|
||||
/* Free this item. */
|
||||
decrRefCount(rl->key);
|
||||
|
Reference in New Issue
Block a user