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
hiredis
Commits
bd250107
Commit
bd250107
authored
Apr 07, 2012
by
Erik Dubbelboer
Browse files
Fixed typo in README
parent
857b2690
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
bd250107
...
@@ -73,7 +73,7 @@ convert it to the protocol used to communicate with Redis.
...
@@ -73,7 +73,7 @@ convert it to the protocol used to communicate with Redis.
One or more spaces separates arguments, so you can use the specifiers
One or more spaces separates arguments, so you can use the specifiers
anywhere in an argument:
anywhere in an argument:
reply = redisCommand("SET key:%s %s", myid, value);
reply = redisCommand(
context,
"SET key:%s %s", myid, value);
### Using replies
### Using replies
...
...
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