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
c91044b0
Commit
c91044b0
authored
Mar 03, 2023
by
Vitaly Arbuzov
Browse files
Remove redundant comment
parent
c41183e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
c91044b0
...
@@ -4100,7 +4100,6 @@ int processCommand(client *c) {
...
@@ -4100,7 +4100,6 @@ int processCommand(client *c) {
blockPostponeClient
(
c
);
blockPostponeClient
(
c
);
return
C_OK
;
return
C_OK
;
}
}
/* Set current dictionary for the command, this optimization helps avoid redundant CRC hash calculations to determine key slot. */
/* Exec the command */
/* Exec the command */
if
(
c
->
flags
&
CLIENT_MULTI
&&
if
(
c
->
flags
&
CLIENT_MULTI
&&
c
->
cmd
->
proc
!=
execCommand
&&
c
->
cmd
->
proc
!=
execCommand
&&
...
...
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