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

Put npm install instructions right up top.

This commit is contained in:
Matt Ranney
2010-09-24 20:26:11 -07:00
parent a21607100b
commit aab093848f

View File

@@ -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.