]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Don't execute commands for clients when they are unblocked
[redis.git] / src / redis.h
index 27cb82598ede70538be75b629c006cb3491780f8..3639f0623d5d1cc3ad424837afe47ce416e8b4fc 100644 (file)
@@ -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;