Unverified Commit f33acb3f authored by Wen Hui's avatar Wen Hui Committed by GitHub
Browse files

Add SignalModifiedKey hook in XGROUP CREATE with MKSTREAM option (#7562)

parent c69a9b2f
...@@ -1845,6 +1845,7 @@ NULL ...@@ -1845,6 +1845,7 @@ NULL
o = createStreamObject(); o = createStreamObject();
dbAdd(c->db,c->argv[2],o); dbAdd(c->db,c->argv[2],o);
s = o->ptr; s = o->ptr;
signalModifiedKey(c,c->db,c->argv[2]);
} }
streamCG *cg = streamCreateCG(s,grpname,sdslen(grpname),&id); streamCG *cg = streamCreateCG(s,grpname,sdslen(grpname),&id);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment