You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Update contributors info.
This commit is contained in:
18
README.md
18
README.md
@@ -383,14 +383,30 @@ Need to add WATCH/UNWATCH.
|
|||||||
|
|
||||||
Stream large set/get into and out of Redis.
|
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
|
## 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.
|
There are other Redis libraries available for node, and they might work better for you.
|
||||||
|
|
||||||
Comments and patches welcome.
|
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"
|
## LICENSE - "MIT License"
|
||||||
|
|
||||||
|
@@ -3,8 +3,9 @@
|
|||||||
"description" : "Redis client library",
|
"description" : "Redis client library",
|
||||||
"author": "Matt Ranney <mjr@ranney.com>",
|
"author": "Matt Ranney <mjr@ranney.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"TJ Holowaychuk",
|
"Rick Olson",
|
||||||
"Tim-Smart",
|
"Tim-Smart",
|
||||||
|
"TJ Holowaychuk",
|
||||||
"Orion Henry"
|
"Orion Henry"
|
||||||
],
|
],
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
|
Reference in New Issue
Block a user