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
hiredis
Commits
de9c172b
Commit
de9c172b
authored
Sep 25, 2010
by
Pieter Noordhuis
Browse files
Fix comment
parent
d1565508
Changes
1
Show whitespace changes
Inline
Side-by-side
hiredis.c
View file @
de9c172b
...
...
@@ -685,8 +685,8 @@ static void* redisCommandWrite(redisContext *c, char *str, size_t len) {
}
/* Write a formatted command to the output buffer, and, if the context is a
*
non-
blocking connection, read the reply and return it. When this function
* is called from a blocking context, it will always return NULL. */
* blocking connection, read the reply and return it. When this function
* is called from a
non-
blocking context, it will always return NULL. */
void
*
redisCommand
(
redisContext
*
c
,
const
char
*
format
,
...)
{
va_list
ap
;
sds
cmd
;
...
...
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