91 Commits (2a12ca39aab525740bc2e4a2bb5165e86e356472)

Author SHA1 Message Date
Bryce Baril 2a12ca39aa Fixing tests for Redis version 2.6.5+ MULTI/EXEC transaction failure compatibility. 12 years ago
DTrejo 92ac62541d Fix #381. slowlog test failure on first run. 12 years ago
Nitesh 0f5b43a68c test.js: slowlog. Closes #295 12 years ago
Garrett Johnson b5a57b40f7 test.js: smembers reply should not assume order, b/c sets do not ensure order 12 years ago
Michael Jackson 7f3f11f9b1 Make return_buffers work with ints 12 years ago
DTrejo 252a77e92a multi_bulk reply test for fix #274 12 years ago
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