From 8659ecda856c61f73b1385c7205ae7887e46c18c Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Mon, 27 Sep 2010 21:55:49 -0700 Subject: [PATCH] Update contributors info. --- README.md | 18 +++++++++++++++++- package.json | 3 ++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9579a669b..dbf8e55ed4 100644 --- a/README.md +++ b/README.md @@ -383,14 +383,30 @@ Need to add WATCH/UNWATCH. Stream large set/get into and out of Redis. +Performance can be better for large values. + +I think there are more performance improvements left in there for smaller values, especially for large lists of small values. + ## Also -This library still needs a lot of work, but it is useful for many things. +This library might still have some bugs in it, but it seems to be quite useful for a lot of people at this point. There are other Redis libraries available for node, and they might work better for you. Comments and patches welcome. +## Contributors + +Some people have have added features and fixed bugs in `node_redis` other than me. + +In order of first contribution, they are: + +* Tim Smart +* TJ Holowaychuk +* Rick Olson +* Orion Henry + +Thanks. ## LICENSE - "MIT License" diff --git a/package.json b/package.json index f71bc2a462..ac31f2f9f2 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,9 @@ "description" : "Redis client library", "author": "Matt Ranney ", "contributors": [ - "TJ Holowaychuk", + "Rick Olson", "Tim-Smart", + "TJ Holowaychuk", "Orion Henry" ], "main": "./index.js",