mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 22:41:32 +00:00
Merge pull request #1669 from mattsta/blpop-internally-added-keys
Fix blocking operations from missing new lists
This commit is contained in:
@ -1037,6 +1037,7 @@ void listTypeConvert(robj *subject, int enc);
|
||||
void unblockClientWaitingData(redisClient *c);
|
||||
void handleClientsBlockedOnLists(void);
|
||||
void popGenericCommand(redisClient *c, int where);
|
||||
void signalListAsReady(redisDb *db, robj *key);
|
||||
|
||||
/* MULTI/EXEC/WATCH... */
|
||||
void unwatchAllKeys(redisClient *c);
|
||||
|
Reference in New Issue
Block a user