diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2012-07-11 08:49:48 -0700 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2012-07-11 08:49:48 -0700 |
commit | f2ddeeae9553e7737f7fe371439f95cbd0fca292 (patch) | |
tree | 2452707cb52e50a294354cc4ef20264c1d431dc9 /README.md | |
parent | 63e34f5fe0ef2eaa39a6b9a8d43fcf9febab3190 (diff) | |
parent | bd2501078e8957c97a23744464e965d2ea803353 (diff) |
Merge pull request #101 from ErikDubbelboer/spelling
Fixed typo in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 anywhere in an argument: - reply = redisCommand("SET key:%s %s", myid, value); + reply = redisCommand(context, "SET key:%s %s", myid, value); ### Using replies |