mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Streams: state machine for reverse iteration WIP 1.
This commit is contained in:
@ -326,7 +326,7 @@ void handleClientsBlockedOnKeys(void) {
|
||||
addReplyMultiBulkLen(receiver,2);
|
||||
addReplyBulk(receiver,rl->key);
|
||||
streamReplyWithRange(receiver,s,&start,NULL,
|
||||
receiver->bpop.xread_count);
|
||||
receiver->bpop.xread_count,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user