Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
08f4e133
Unverified
Commit
08f4e133
authored
Sep 15, 2021
by
guybe7
Committed by
GitHub
Sep 15, 2021
Browse files
createSharedObjects: zopomin and zpopmax apeear twice (#9505)
Introduced by
https://github.com/redis/redis/pull/9502
parent
53ad5627
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
08f4e133
...
...
@@ -3001,8 +3001,6 @@ void createSharedObjects(void) {
shared
.
persist
=
createStringObject
(
"PERSIST"
,
7
);
shared
.
set
=
createStringObject
(
"SET"
,
3
);
shared
.
eval
=
createStringObject
(
"EVAL"
,
4
);
shared
.
zpopmin
=
createStringObject
(
"ZPOPMIN"
,
7
);
shared
.
zpopmax
=
createStringObject
(
"ZPOPMAX"
,
7
);
/* Shared command argument */
shared
.
left
=
createStringObject
(
"left"
,
4
);
...
...
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