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
0baab66d
Commit
0baab66d
authored
Jul 02, 2014
by
antirez
Browse files
Fixed 2.8 build breakage introduced back porting COMMAND.
parent
670cf959
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
0baab66d
...
@@ -2299,7 +2299,6 @@ void addReplyCommand(redisClient *c, struct redisCommand *cmd) {
...
@@ -2299,7 +2299,6 @@ void addReplyCommand(redisClient *c, struct redisCommand *cmd) {
flagcount
+=
addReplyCommandFlag
(
c
,
cmd
,
REDIS_CMD_LOADING
,
"loading"
);
flagcount
+=
addReplyCommandFlag
(
c
,
cmd
,
REDIS_CMD_LOADING
,
"loading"
);
flagcount
+=
addReplyCommandFlag
(
c
,
cmd
,
REDIS_CMD_STALE
,
"stale"
);
flagcount
+=
addReplyCommandFlag
(
c
,
cmd
,
REDIS_CMD_STALE
,
"stale"
);
flagcount
+=
addReplyCommandFlag
(
c
,
cmd
,
REDIS_CMD_SKIP_MONITOR
,
"skip_monitor"
);
flagcount
+=
addReplyCommandFlag
(
c
,
cmd
,
REDIS_CMD_SKIP_MONITOR
,
"skip_monitor"
);
flagcount
+=
addReplyCommandFlag
(
c
,
cmd
,
REDIS_CMD_ASKING
,
"asking"
);
if
(
cmd
->
getkeys_proc
)
{
if
(
cmd
->
getkeys_proc
)
{
addReplyStatus
(
c
,
"movablekeys"
);
addReplyStatus
(
c
,
"movablekeys"
);
flagcount
+=
1
;
flagcount
+=
1
;
...
...
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