From 7ba8163a7fc178c3ddebcc484e7f96fe0e97d95e Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 27 Mar 2018 22:28:50 -0700 Subject: [PATCH] update readme to reflect usage of .add_command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414f75e9a4..534138a48f 100644 --- a/README.md +++ b/README.md @@ -826,7 +826,7 @@ Redis. All commands are sent as multi-bulk commands. `args` can either be an Array of arguments, or omitted / set to undefined. -## client.add_command(command_name) +## redis.add_command(command_name) Calling add_command will add a new command to the prototype. The exact command name will be used when calling using this new command. Using arbitrary arguments