Skip to content

Commit 45166f7

Browse files
authored
Merge pull request #1323 from kraftman/master
Update readme to reflect usage of .add_command
2 parents 19c80c6 + 7ba8163 commit 45166f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ Redis.
826826
All commands are sent as multi-bulk commands. `args` can either be an Array of
827827
arguments, or omitted / set to undefined.
828828

829-
## client.add_command(command_name)
829+
## redis.add_command(command_name)
830830

831831
Calling add_command will add a new command to the prototype. The exact command
832832
name will be used when calling using this new command. Using arbitrary arguments

0 commit comments

Comments
 (0)