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
4126ca46
"doc/MgetCommand.html" did not exist on "81d456450ac42b7cf78367ae3a89af1a543c9ff1"
Unverified
Commit
4126ca46
authored
Jul 26, 2020
by
grishaf
Committed by
GitHub
Jul 26, 2020
Browse files
Fix prepareForShutdown function declaration (#7566)
parent
da840e98
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.h
View file @
4126ca46
...
...
@@ -1977,7 +1977,7 @@ void forceCommandPropagation(client *c, int flags);
void
preventCommandPropagation
(
client
*
c
);
void
preventCommandAOF
(
client
*
c
);
void
preventCommandReplication
(
client
*
c
);
int
prepareForShutdown
();
int
prepareForShutdown
(
int
flags
);
#ifdef __GNUC__
void
serverLog
(
int
level
,
const
char
*
fmt
,
...)
__attribute__
((
format
(
printf
,
2
,
3
)));
...
...
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