75 Commits (69cf7dcd1b0cc3b82cb3c5a65ea7f45b8ecb6f9a)

Author SHA1 Message Date
Matt Ranney 3a7c6388de Fix for [GH-93] - restore subscriptions, monitor, db, and auth on reconnect. 13 years ago
Matt Ranney faca4a8dc9 Bounds checking on Array expansion magic. 13 years ago
Matt Ranney b9734d13eb Add socket_nodelay option to control Nagle. Fixes [GH-33] 13 years ago
Zachary Scott c83c285213 remove double 'util' and 'Queue' from requires 13 years ago
Matt Ranney 64ad9ede42 Add test for [GH-148] - detect_buffers option 13 years ago
Matt Ranney 69092a3f26 [GH-67] - hgetall now returns null instead of {} on empty reply 13 years ago
Matt Ranney 90aa21936c Update TODO comment 13 years ago
Matt Ranney 8d0457f2c3 Add test for monitor command. 13 years ago
Matt Ranney 719c606b78 Fix test for optional subscribe callback. 13 years ago
Matt Ranney 6232d35993 Subscribe commands take optional callback. Fixes [GH-140]. 13 years ago
Matt Ranney c74657cdfa Improved reconnect logic. Initial version of reconnect thresholds. 13 years ago
bobrik 0c1c8cab83 added test for optional callbacks 13 years ago
Matt Ranney 3e95c55a03 Fix for [GH-127] 13 years ago
Matt Ranney 50d9f8d45e Fix and test for [GH-123] 13 years ago
Matt Ranney 891529c06a Fix bug with optional callbacks for hmset. 14 years ago
Matt Ranney f9e17556d2 Performance improvements and backpressure controls. 14 years ago
Matt Ranney 6e5112d664 Add support and tests for Redis scripting through EXEC command. 14 years ago
Matt Ranney f10ff9e916 Lots of bugs fixed. 14 years ago
Andy Ray bbd48a6fac fix for issue of saving document with buffer AND array on it 14 years ago
Matt Ranney 2fcc947f11 Add `MONITOR` command and special monitor command reply parsing. 14 years ago
Matt Ranney 1a14e24faa Add magical auth command. 14 years ago
Matt Ranney ee93d1b91b Add probe for server readiness. 14 years ago
Matt Ranney ccce845cc2 Some bug fixes: 14 years ago
Matt Ranney 36c40ee03d JavaScript parser passes all tests when returning strings. 14 years ago
Matt Ranney b907364573 Support for multiple reply parsers including hiredis. 14 years ago
Pieter Noordhuis 7b4ca228d6 Fix incorrect test 14 years ago
Matt Ranney f30e08235f Explicitly check for empty Array instead of comparing to [] 14 years ago
Pieter Noordhuis 88711fe4fe Move requiring util to a separate file 14 years ago
Matt Ranney 12d2aebb70 Send empty Array for 0 length mb replies instead of null. 14 years ago
Matt Ranney 79511b4499 Fix parser bug after failed EXEC. 14 years ago
Matt Ranney 05e9699817 Fix for null MULTI response when WATCH condition fails. 14 years ago
Paul Carey 5bddbe3d9a Partial fix for null multi bulk response. 14 years ago
Matt Ranney f91626d110 Send friendlier error event on stream errors. 14 years ago
Matt Ranney 86b2c22c80 Use db 15 for testing. Adapt many fine tests from fictorial's client. 14 years ago
Matt Ranney ee976bb82c Add test for BLPOP, tighten up MULTI tests. 14 years ago
Aivo Paas 1cfbdea49a Minor fixes in tests 14 years ago
Aivo Paas 3495b60047 Fixed .multi() to convert HGETALL result to an object 14 years ago
Orion Henry dcbb87dff7 fix bug not allowing you to quit while in subscribe mode - added test 14 years ago
Orion Henry 01068565d9 adding a test for utf8 strings 14 years ago
Matt Ranney a21607100b Add test for multi with array args. 14 years ago
Matt Ranney d7b14b335a More tests for different MULTI syntax. 14 years ago
Matt Ranney c1225b9b86 More tests for MULTI and nested multi-bulk replies. 14 years ago
Tj Holowaychuk 7795d68351 Extended multi test to include multibulk 14 years ago
Tj Holowaychuk 91ebe64dae Implemented alternate MULTI syntax 14 years ago
Matt Ranney bbbc4abd3b Update MULTI test for nested multi-bulk. 14 years ago
Matt Ranney 58e620058f Add test for BLPOP. 14 years ago
rick 0b51924aa7 ensure client emits connect and end events 14 years ago
Matt Ranney 6359a02208 Add QUIT command for orderly shutdown. 14 years ago
Tj Holowaychuk 8cd56f5987 Fixed HGETALL_NULL assertions 14 years ago
Tj Holowaychuk a93020c555 Fixed null HGETALL bug causing exception 14 years ago