mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Don't execute commands for clients when they are unblocked
This commit is contained in:
@ -435,6 +435,7 @@ struct redisServer {
|
||||
/* Blocked clients */
|
||||
unsigned int bpop_blocked_clients;
|
||||
unsigned int vm_blocked_clients;
|
||||
list *unblocked_clients;
|
||||
/* Sort parameters - qsort_r() is only available under BSD so we
|
||||
* have to take this state global, in order to pass it to sortCompare() */
|
||||
int sort_desc;
|
||||
|
Reference in New Issue
Block a user