1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00
Commit Graph

1564 Commits

Author SHA1 Message Date
Matt Ranney
0aa7676eab Fix style and global leaks found with JSLint. 2010-09-22 11:36:31 -07:00
Matt Ranney
5aa46630f3 Merge remote branch 'origin/master' 2010-09-22 10:34:12 -07:00
Matt Ranney
58e620058f Add test for BLPOP. 2010-09-22 10:33:53 -07:00
Matt Ranney
6fac084ab8 Fix typo. 2010-09-22 10:28:25 -07:00
Matt Ranney
b22a81ba80 Bump version. 2010-09-20 12:37:24 -07:00
Matt Ranney
a0c05455d4 Merge remote branch 'tw/connection-fixes' 2010-09-20 12:36:29 -07:00
rick
05446cd056 console.log typo 2010-09-20 12:33:05 -07:00
rick
0b51924aa7 ensure client emits connect and end events 2010-09-20 12:29:35 -07:00
rick
68f540ad54 run start/stop test using local version of the library 2010-09-20 12:25:08 -07:00
Matt Ranney
f3358d9d9f Move extras to Extras section. 2010-09-20 12:21:39 -07:00
Matt Ranney
0f2de13285 Update docs for client.quit() and other client properties. 2010-09-20 12:16:31 -07:00
Matt Ranney
6359a02208 Add QUIT command for orderly shutdown. 2010-09-20 11:56:30 -07:00
Tj Holowaychuk
8cd56f5987 Fixed HGETALL_NULL assertions 2010-09-20 07:34:23 -07:00
Tj Holowaychuk
a93020c555 Fixed null HGETALL bug causing exception 2010-09-20 07:32:45 -07:00
Matt Ranney
ed77cb4d95 Convert pub/sub channel names into strings. 2010-09-19 23:52:59 -07:00
Matt Ranney
200ced827a Add test for pub/sub. 2010-09-19 23:47:39 -07:00
Matt Ranney
7856cedb2b Bump version. 2010-09-19 23:47:31 -07:00
Matt Ranney
0653d9ad76 Add pub/sub example. 2010-09-19 23:47:07 -07:00
Matt Ranney
03fc7c203e Add pub/sub support. 2010-09-19 23:46:43 -07:00
Matt Ranney
eb11634ab6 Add docs for pub/sub 2010-09-19 23:46:09 -07:00
Matt Ranney
b00fde1c51 Add contributors and test. 2010-09-18 22:05:15 -07:00
Matt Ranney
42c752f759 Add test for HINCRBY 2010-09-18 21:27:09 -07:00
Matt Ranney
09f1564b7c Add test for HMGET 2010-09-18 20:24:06 -07:00
Matt Ranney
75f1344958 Add test for HSET empty key and empty value. 2010-09-18 20:09:31 -07:00
Matt Ranney
6411a0f847 Bump version. 2010-09-18 12:05:00 -07:00
Matt Ranney
78a9ceaf20 Merge remote branch 'Tim_Smart/zero-length' 2010-09-18 12:04:17 -07:00
Matt Ranney
243f63866e Merge remote branch 'Tim_Smart/retry-loop' 2010-09-18 12:04:15 -07:00
Matt Ranney
715b097ac5 Merge remote branch 'Tim_Smart/remove-log' 2010-09-18 12:04:10 -07:00
Tim-Smart
b55d7c6f44 Prevent retry loop 2010-09-18 15:02:17 +12:00
Tj Holowaychuk
96036632d4 Better toArray(), only need len once 2010-09-17 19:49:30 -07:00
Tj Holowaychuk
34f45c5d47 Larger bm threshold 2010-09-17 19:43:22 -07:00
Tj Holowaychuk
81d8f27535 20k for benchmarks 2010-09-17 19:42:11 -07:00
Tj Holowaychuk
1e471abe1c Fixed toArray() indentation 2010-09-17 19:34:26 -07:00
Tj Holowaychuk
c0f0877bcd Replaced Array.prototype.slice.call() with faster adhoc toArray(). ~200ms saved in benchmarks 2010-09-17 19:31:59 -07:00
Tim-Smart
064d160333 zero-length bulk data + int optimization 2010-09-18 14:11:27 +12:00
Tj Holowaychuk
3932e78315 Swap + / - 2010-09-17 19:03:24 -07:00
Tj Holowaychuk
87e4ef0216 Removed benchmark related tests 2010-09-17 18:55:04 -07:00
Tj Holowaychuk
69b1a06e72 First run is even 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
db12990054 synopsis 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
d5d4350bad Reporting on the fly 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
4a85e03d35 Benchmarking different buffer sizes 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
044e2d1af9 Yellow range 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
39943131ca Added lrange to bench.js 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
6e2b52cd93 Restructured bench.js 2010-09-17 18:53:09 -07:00
Tj Holowaychuk
729debf993 No longer passing around curr/prev 2010-09-17 18:53:08 -07:00
Tj Holowaychuk
a05b322709 Reporting on failure 2010-09-17 18:53:08 -07:00
Tj Holowaychuk
ebf517e825 Started ./bench.js 2010-09-17 18:53:08 -07:00
Tim-Smart
59068b2b6d Only log in debug mode 2010-09-18 12:49:48 +12:00
Matt Ranney
8e7f1cc1e7 Add test for HSET that exposes 0 length bug. 2010-09-17 17:32:41 -07:00
Matt Ranney
2e367f5422 Send 0 length buffers properly.
Still need to handle 0 length bulk data properly though.  Whoops.
2010-09-17 17:32:14 -07:00