85 Commits (f03e673338d54b8e76b2c62c817b68f62d5f166b)

Author SHA1 Message Date
Chakrit Wichian 587d4a361b Add test for `GET non-existent-key` case. (issue #267) 12 years ago
Kevin Ingersoll 790c783e8d Fix tests w/ support for array as last arg and no errors 12 years ago
Martín Ciparelli 124ea082b9 fixes #218 by expanding last argument array only for sadd command 12 years ago
DTrejo 58804e6e27 test.js: HLEN 12 years ago
Ignacio Burgueño 50914baa7f Save and clear client state. Restore it after the connection is ready. 12 years ago
DTrejo 1b0b2dc87d index.js: fix enable_offline_queue default. tests pass 12 years ago
Shankar Karuppiah 83dc4c999b Added option to disable offline queue 13 years ago
Trae Robrock db4f1648d4 Adding tests for idle event 12 years ago
DTrejo b60e001fa0 hmset throws/errors out on non-string values. fixes #218 13 years ago
Dave Peticolas 874a893c2c test.js: Switch to pubsub mode when the number of channels is > 0. 13 years ago
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