1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Fix typo.

This commit is contained in:
Matt Ranney
2010-09-17 11:28:39 -07:00
parent 71c584f186
commit fb786ced80

View File

@@ -188,7 +188,7 @@ Used internally to send commands to Redis. For convenience, nearly all commands
Wiki have been added to the `client` object. However, if I missed any, or if new commands are introduced before
this library is updated, you can use `send_command()` to send arbitrary commands to Redis.
All commands are sent a multi-bulk commands. `args` can either be an Array of arguments, or individual arguments,
All commands are sent as multi-bulk commands. `args` can either be an Array of arguments, or individual arguments,
or omitted completely.
## TODO