CG: NACK created by XCLAIM FORCE must be set in global PEL.

This commit is contained in:
antirez 2018-03-02 13:50:55 +01:00
parent 596264aee9
commit 34614a1508

View File

@ -1770,6 +1770,7 @@ void xclaimCommand(client *c) {
/* Create the NACK. */
nack = streamCreateNACK(NULL);
raxInsert(group->pel,buf,sizeof(buf),nack,NULL);
}
if (nack != raxNotFound) {