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

Draw attention to how awesome and trend-setting our speed techniques are.

This commit is contained in:
Matt Ranney
2010-09-29 21:38:15 -07:00
parent ffa6465728
commit b4f5891da3

View File

@@ -18,7 +18,9 @@ The most popular Redis client, `redis-node-client` by fictorial, is very mature
of node or value the maturity and stability of `redis-node-client`, I encourage you to use that one instead. of node or value the maturity and stability of `redis-node-client`, I encourage you to use that one instead.
`node_redis` is designed with performance in mind. The included `bench.js` runs similar tests to `redis-benchmark`, included with the Redis `node_redis` is designed with performance in mind. The included `bench.js` runs similar tests to `redis-benchmark`, included with the Redis
distribution, and `bench.js` is as fast as `redis-benchmark` for some patterns and slower for others. distribution, and `bench.js` is as fast as `redis-benchmark` for some patterns and slower for others. `node_redis` has many lovingly
hand-crafted optimizations for speed.
## Usage ## Usage