1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00

2183 Commits

Author SHA1 Message Date
02e466fb75 Bump version for retry fix. 2010-09-23 21:41:35 -07:00
f239a32ce8 Bump README.md so Github will notice it. 2010-09-23 21:27:15 -07:00
9e65e6a6a8 Improve retry logic. 2010-09-23 16:58:19 -07:00
a6bfae83b9 Docs and example of listening for "error" event. 2010-09-23 14:41:34 -07:00
a774d9aef5 Send QUIT instead of closing the connection with client.end(). 2010-09-23 12:26:25 -07:00
7c90bd8f04 Bump version. 2010-09-23 12:22:40 -07:00
6e64d81800 Fix parsing mb nil in nested multi-bulk reply. 2010-09-23 12:21:52 -07:00
c1225b9b86 More tests for MULTI and nested multi-bulk replies. 2010-09-23 12:21:24 -07:00
abd76f8354 Update docs for end() and quit() 2010-09-23 12:21:02 -07:00
f4c7280fb6 Updated outlandish speed claims. 2010-09-23 09:32:54 -07:00
7795d68351 Extended multi test to include multibulk 2010-09-22 20:12:37 -07:00
91ebe64dae Implemented alternate MULTI syntax
Usage:

  client
    .multi
    .set(foo, bar)
    .set(counter, 1)
    .incr(counter)
    .exec(function(err, replies){});
2010-09-22 18:38:55 -07:00
76ecd927cd Support for nested multi-bulk replies. 2010-09-22 17:35:26 -07:00
bbbc4abd3b Update MULTI test for nested multi-bulk. 2010-09-22 17:34:45 -07:00
1ff6047b01 Update MULTI example and description. 2010-09-22 17:34:07 -07:00
ac2c85caef Bump version. 2010-09-22 17:33:36 -07:00
9df5bbd97c Bump version to fix hostname bug. 2010-09-22 13:31:16 -07:00
6c36ed09c0 createClient was ignoring the host arg 2010-09-22 13:16:33 -07:00
e16ead396e Update currently failing test case due to Redis bug. 2010-09-22 11:37:01 -07:00
0aa7676eab Fix style and global leaks found with JSLint. 2010-09-22 11:36:31 -07:00
5aa46630f3 Merge remote branch 'origin/master' 2010-09-22 10:34:12 -07:00
58e620058f Add test for BLPOP. 2010-09-22 10:33:53 -07:00
6fac084ab8 Fix typo. 2010-09-22 10:28:25 -07:00
b22a81ba80 Bump version. 2010-09-20 12:37:24 -07:00
a0c05455d4 Merge remote branch 'tw/connection-fixes' 2010-09-20 12:36:29 -07:00
05446cd056 console.log typo 2010-09-20 12:33:05 -07:00
0b51924aa7 ensure client emits connect and end events 2010-09-20 12:29:35 -07:00
68f540ad54 run start/stop test using local version of the library 2010-09-20 12:25:08 -07:00
f3358d9d9f Move extras to Extras section. 2010-09-20 12:21:39 -07:00
0f2de13285 Update docs for client.quit() and other client properties. 2010-09-20 12:16:31 -07:00
6359a02208 Add QUIT command for orderly shutdown. 2010-09-20 11:56:30 -07:00
8cd56f5987 Fixed HGETALL_NULL assertions 2010-09-20 07:34:23 -07:00
a93020c555 Fixed null HGETALL bug causing exception 2010-09-20 07:32:45 -07:00
ed77cb4d95 Convert pub/sub channel names into strings. 2010-09-19 23:52:59 -07:00
200ced827a Add test for pub/sub. 2010-09-19 23:47:39 -07:00
7856cedb2b Bump version. 2010-09-19 23:47:31 -07:00
0653d9ad76 Add pub/sub example. 2010-09-19 23:47:07 -07:00
03fc7c203e Add pub/sub support. 2010-09-19 23:46:43 -07:00
eb11634ab6 Add docs for pub/sub 2010-09-19 23:46:09 -07:00
b00fde1c51 Add contributors and test. 2010-09-18 22:05:15 -07:00
42c752f759 Add test for HINCRBY 2010-09-18 21:27:09 -07:00
09f1564b7c Add test for HMGET 2010-09-18 20:24:06 -07:00
75f1344958 Add test for HSET empty key and empty value. 2010-09-18 20:09:31 -07:00
6411a0f847 Bump version. 2010-09-18 12:05:00 -07:00
78a9ceaf20 Merge remote branch 'Tim_Smart/zero-length' 2010-09-18 12:04:17 -07:00
243f63866e Merge remote branch 'Tim_Smart/retry-loop' 2010-09-18 12:04:15 -07:00
715b097ac5 Merge remote branch 'Tim_Smart/remove-log' 2010-09-18 12:04:10 -07:00
b55d7c6f44 Prevent retry loop 2010-09-18 15:02:17 +12:00
96036632d4 Better toArray(), only need len once 2010-09-17 19:49:30 -07:00
34f45c5d47 Larger bm threshold 2010-09-17 19:43:22 -07:00