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
54871412
Unverified
Commit
54871412
authored
Sep 17, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Sep 17, 2018
Browse files
Merge pull request #5348 from gkorland/patch-2
No need to return "OK"
parents
f39bb410
62015d4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/hellocluster.c
View file @
54871412
...
...
@@ -69,7 +69,7 @@ int ListCommand_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int
RedisModule_ReplyWithLongLong
(
ctx
,
port
);
}
RedisModule_FreeClusterNodesList
(
ids
);
return
R
edisModule_ReplyWithSimpleString
(
ctx
,
"OK"
)
;
return
R
EDISMODULE_OK
;
}
/* Callback for message MSGTYPE_PING */
...
...
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