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
b2bd3c06
Commit
b2bd3c06
authored
Jul 29, 2020
by
Wen Hui
Committed by
Oran Agra
Sep 01, 2020
Browse files
Add SignalModifiedKey hook in XGROUP CREATE with MKSTREAM option (#7562)
(cherry picked from commit
f33acb3f
)
parent
4238df54
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
b2bd3c06
...
...
@@ -1841,6 +1841,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