diff options
author | Erik Dubbelboer <erik@dubbelboer.com> | 2012-04-07 15:07:40 +0200 |
---|---|---|
committer | Erik Dubbelboer <erik@dubbelboer.com> | 2012-04-07 15:07:40 +0200 |
commit | bd2501078e8957c97a23744464e965d2ea803353 (patch) | |
tree | 950835ea0b3f602fd9583e543193726a85f16432 | |
parent | 857b2690afd8d9fbbb3472c948b74dd6cd6e8a95 (diff) |
Fixed typo in README
-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 |