Browse Source

remove duplicate "take either"

gh-pages
Philip Tellis 13 years ago
parent
commit
4f172ce713
  1. 2
      README.md

2
README.md

@ -84,7 +84,7 @@ The performance of `node_redis` improves dramatically with pipelining, which hap
### Sending Commands ### Sending Commands
Each Redis command is exposed as a function on the `client` object. Each Redis command is exposed as a function on the `client` object.
All functions take either take either an `args` Array plus optional `callback` Function or All functions take either an `args` Array plus optional `callback` Function or
a variable number of individual arguments followed by an optional callback. a variable number of individual arguments followed by an optional callback.
Here is an example of passing an array of arguments and a callback: Here is an example of passing an array of arguments and a callback:

Loading…
Cancel
Save