mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Streams: XADD, handle signaling of write in different ways.
This commit is contained in:
parent
aba76320d5
commit
19ae809458
@ -2019,6 +2019,9 @@ void xdelCommand(client *c) {
|
||||
streamParseIDOrReply(c,c->argv[j],&id,0); /* Retval already checked. */
|
||||
deleted += streamDeleteItem(s,&id);
|
||||
}
|
||||
signalModifiedKey(c->db,c->argv[1]);
|
||||
notifyKeyspaceEvent(NOTIFY_STREAM,"xdel",c->argv[1],c->db->id);
|
||||
server.dirty += deleted;
|
||||
addReplyLongLong(c,deleted);
|
||||
}
|
||||
/* XINFO CONSUMERS key group
|
||||
|
Loading…
x
Reference in New Issue
Block a user