Browse Source

Merge pull request #206 from bluesmoon/patch-1

remove duplicate "take either"
gh-pages
David Trejo 13 years ago
parent
commit
f4d5c95337
  1. 2
      README.md

2
README.md

@ -84,7 +84,7 @@ The performance of `node_redis` improves dramatically with pipelining, which hap
### Sending Commands
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.
Here is an example of passing an array of arguments and a callback:

Loading…
Cancel
Save