mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
CG: consumer lookup + initial streamReplyWithRange() work to supprot CG.
This commit is contained in:
@ -326,7 +326,9 @@ void handleClientsBlockedOnKeys(void) {
|
||||
addReplyMultiBulkLen(receiver,2);
|
||||
addReplyBulk(receiver,rl->key);
|
||||
streamReplyWithRange(receiver,s,&start,NULL,
|
||||
receiver->bpop.xread_count,0);
|
||||
receiver->bpop.xread_count,0,
|
||||
NULL,
|
||||
NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user