414 Commits (38dbacac9f0604d8754e3e98f2c452e3c1494252)
 

Author SHA1 Message Date
Tomasz Durka 38dbacac9f Add retry_max_delay option 12 years ago
Bryce Baril 92ed0befc1 In nested MULTIBULK buffers, correctly recurse on an incomplete read buffer. 12 years ago
Bryce Baril 9127f34393 Parser should only catch parser errors and bubble the rest to the caller. 12 years ago
Bryce Baril 0c172f425c Fix parser incorrect buffer skip for MULTI/EXEC transaction errors with WATCH. 12 years ago
Bryce Baril 87132e2b03 Add hiredis guard to INCR test 12 years ago
DTrejo 405011b640 Revert "hmset throws/errors out on non-string values. fixes #218" 12 years ago
DTrejo a02b0f57e4 test.js: early return if command not supported 12 years ago
Tom Leach 837cec36b6 Detect is an incoming "reply" is in fact a pubsub message. If so, do not pop the command queue. 12 years ago
Jonas Dohse f0ae6642f9 Use first word of multi word commands 12 years ago
DTrejo 938c0526a0 EVAL: allow parameters as an array. Close #368. 12 years ago
Bryce Baril f3c298d088 Removing order requirement for KEYS test 12 years ago
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
DTrejo 6a09b2d1a3 fix require in examples/eval.js 12 years ago
DTrejo bd1e004e99 regenerate lib/commands.js 12 years ago
Matt Ranney c3ea30ebea Merge pull request #303 from mowaken/master 12 years ago
Matt Ranney f367b8a03c Another version bump because 0.8.1 didn't get applied properly for some mysterious reason. 12 years ago
Matt Ranney de21203c51 Merge pull request #312 from janmatousek/master 12 years ago
Matt Ranney 24901d9fa3 Merge pull request #317 from mjijackson/return_buffers_ints 12 years ago
Michael Jackson 7f3f11f9b1 Make return_buffers work with ints 12 years ago
Jan Matousek cc3a1da543 fix whitespace usage 12 years ago
Jan Matousek 71070d84fb Remove unused variable reference 12 years ago
Richard Mok a9626578df RedisClient.prototype.end function bug fixed. 12 years ago
DTrejo 252a77e92a multi_bulk reply test for fix #274 12 years ago
Luigi Pinca f03e673338 Fix cases where the offset is out of range (javascript parser) 12 years ago
Jerry Sievert 1dbe587fca remove null for rewind and use throw mechanism, should help with #273 12 years ago
Matt Ranney 0391b95490 Important bug fix for null responses (Jerry Sievert) 12 years ago
Matt Ranney 5a251a06d1 Merge pull request #270 from chakrit/master 12 years ago
Matt Ranney 4a7e74b29e Merge pull request #269 from JerrySievert/master 12 years ago
Chakrit Wichian 587d4a361b Add test for `GET non-existent-key` case. (issue #267) 12 years ago
Jerry Sievert 668dfdead6 fix null key response: issue #267 12 years ago
Matt Ranney cbcb8ca5b9 Many contributed features and fixes, including: 12 years ago
Matt Ranney 670c256e35 Whitespace and other JSHint changes. 12 years ago
Matt Ranney 63f4f5cdf2 Merge pull request #242 from JerrySievert/master 12 years ago
Matt Ranney 03823cf3c4 Merge pull request #266 from mranney/rm-hiredis 12 years ago
DTrejo bb6dc24f92 package.json: remove optional hiredis dep 12 years ago
Kevin Ingersoll 790c783e8d Fix tests w/ support for array as last arg and no errors 12 years ago
Jerry Sievert 3d27cb23ee update for style changes 12 years ago
Jerry Sievert 8be55fb304 fix all but lrange 20k 12 years ago
Martín Ciparelli 124ea082b9 fixes #218 by expanding last argument array only for sadd command 12 years ago
Kevin Ingersoll c8103928b4 Attempt evalsha before eval 12 years ago
DTrejo 58804e6e27 test.js: HLEN 12 years ago
DTrejo f3ee8eabd8 commands.js regenerated 12 years ago
DTrejo 75c38dd8b3 README.md: more indignation 12 years ago
DTrejo a042258794 readme.md: reorder 12 years ago
DTrejo 949ecdff31 readme.md: add ignacio as contrib 12 years ago
DTrejo 92264ad5fa readme.md: how to ZREVRANGEBYSCORE with LIMIT. fixes #163 12 years ago
DTrejo 49c73bac30 readme: please include bench results on iffy pull requests 12 years ago