mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Rename bstate to bpop.
This commit is contained in:
committed by
Michel Martens
parent
59bd44d1c8
commit
e3c51c4b1b
@ -326,7 +326,7 @@ typedef struct redisClient {
|
||||
long repldboff; /* replication DB file offset */
|
||||
off_t repldbsize; /* replication DB file size */
|
||||
multiState mstate; /* MULTI/EXEC state */
|
||||
blockingState bstate; /* blocking state */
|
||||
blockingState bpop; /* blocking state */
|
||||
list *io_keys; /* Keys this client is waiting to be loaded from the
|
||||
* swap file in order to continue. */
|
||||
list *watched_keys; /* Keys WATCHED for MULTI/EXEC CAS */
|
||||
|
Reference in New Issue
Block a user