Commit bd250107 authored by Erik Dubbelboer's avatar Erik Dubbelboer
Browse files

Fixed typo in README

parent 857b2690
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment