Merge branch 'unstable' of github.com:/antirez/redis into unstable

This commit is contained in:
antirez
2018-07-10 12:06:44 +02:00
6 changed files with 20 additions and 14 deletions

View File

@ -1461,6 +1461,7 @@ void xreadCommand(client *c) {
incrRefCount(consumername);
c->bpop.xread_group = groupname;
c->bpop.xread_consumer = consumername;
c->bpop.xread_group_noack = noack;
} else {
c->bpop.xread_group = NULL;
c->bpop.xread_consumer = NULL;