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
f2ddeeae
Commit
f2ddeeae
authored
Jul 11, 2012
by
Pieter Noordhuis
Browse files
Merge pull request #101 from ErikDubbelboer/spelling
Fixed typo in README
parents
63e34f5f
bd250107
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
f2ddeeae
...
@@ -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