Merge pull request #1669 from mattsta/blpop-internally-added-keys

Fix blocking operations from missing new lists
This commit is contained in:
Salvatore Sanfilippo
2014-06-09 11:37:28 +02:00
4 changed files with 30 additions and 11 deletions

View File

@ -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);