mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 03:01:20 +00:00
Streams: augment client.bpop with XREAD specific fields.
This commit is contained in:
@ -126,6 +126,7 @@ client *createClient(int fd) {
|
||||
c->bpop.timeout = 0;
|
||||
c->bpop.keys = dictCreate(&objectKeyHeapPointerValueDictType,NULL);
|
||||
c->bpop.target = NULL;
|
||||
c->bpop.xread_group = NULL;
|
||||
c->bpop.numreplicas = 0;
|
||||
c->bpop.reploffset = 0;
|
||||
c->woff = 0;
|
||||
|
Reference in New Issue
Block a user