Merge pull request #101 from ErikDubbelboer/spelling
Fixed typo in README
This commit is contained in:
commit
f2ddeeae95
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user