mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
CG: XPENDING should not create consumers and obey to count.
This commit is contained in:
@ -331,7 +331,8 @@ void handleClientsBlockedOnKeys(void) {
|
||||
}
|
||||
if (group) {
|
||||
consumer = streamLookupConsumer(group,
|
||||
receiver->bpop.xread_consumer->ptr);
|
||||
receiver->bpop.xread_consumer->ptr,
|
||||
1);
|
||||
}
|
||||
|
||||
/* Note that after we unblock the client, 'gt'
|
||||
|
Reference in New Issue
Block a user