sinterstore: add missing keyspace del event when any source set not exists. (#8949)
this patch fixes sinterstore by add missing keyspace del event when any source set not exists. Co-authored-by: srzhao <srzhao@sysnew.com> (cherry picked from commit 46d9f31e94355ec15b95418377677bcf75839bc9)
This commit is contained in:
parent
eca5e75b2a
commit
2adf90348f
@ -869,6 +869,7 @@ void sinterGenericCommand(client *c, robj **setkeys,
|
||||
if (dstkey) {
|
||||
if (dbDelete(c->db,dstkey)) {
|
||||
signalModifiedKey(c,c->db,dstkey);
|
||||
notifyKeyspaceEvent(NOTIFY_GENERIC,"del",dstkey,c->db->id);
|
||||
server.dirty++;
|
||||
}
|
||||
addReply(c,shared.czero);
|
||||
|
Loading…
x
Reference in New Issue
Block a user