Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f33acb3f
Unverified
Commit
f33acb3f
authored
Jul 29, 2020
by
Wen Hui
Committed by
GitHub
Jul 29, 2020
Browse files
Add SignalModifiedKey hook in XGROUP CREATE with MKSTREAM option (#7562)
parent
c69a9b2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
f33acb3f
...
...
@@ -1845,6 +1845,7 @@ NULL
o
=
createStreamObject
();
dbAdd
(
c
->
db
,
c
->
argv
[
2
],
o
);
s
=
o
->
ptr
;
signalModifiedKey
(
c
,
c
->
db
,
c
->
argv
[
2
]);
}
streamCG
*
cg
=
streamCreateCG
(
s
,
grpname
,
sdslen
(
grpname
),
&
id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment