Rename blpop_blocked_clients to bpop_blocked_clients

This commit is contained in:
Pieter Noordhuis
2010-12-06 14:05:01 +01:00
parent c8a0070a61
commit 5fa95ad763
3 changed files with 6 additions and 6 deletions

View File

@ -433,7 +433,7 @@ struct redisServer {
int maxmemory_policy;
int maxmemory_samples;
/* Blocked clients */
unsigned int blpop_blocked_clients;
unsigned int bpop_blocked_clients;
unsigned int vm_blocked_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() */