Browse Source

Put npm install instructions right up top.

gh-pages
Matt Ranney 14 years ago
parent
commit
aab093848f
  1. 4
      README.md

4
README.md

@ -6,6 +6,10 @@ although it probably will.
This client supports MULTI and PUBLISH/SUBSCRIBE.
Install with:
npm install redis
## Why?
`node_redis` works in the latest versions of node, is published in `npm`, and is very fast, particularly for small responses.

Loading…
Cancel
Save