132 Commits (2ff2a74ef6cfe8289752e8fbcc7d2f60610088db)

Author SHA1 Message Date
Bryce Baril 6a3ccf64f4 Client to emit errors now instead of throwing them asynchronously where they're uncatchable. 11 years ago
Bryce Baril c1926cd27c Adding test for #457 11 years ago
Alex Stokes 58385daf61 fixed spacing issue 11 years ago
Alex Stokes 67e018cdb3 restored white space 11 years ago
Alex Stokes 6634e5eeaf added tests for HMSET using numeric key 11 years ago
Forrest L Norvell 0b6870be5c Added direct support for domains. 12 years ago
Bryce Baril 1d0d3aaf8f Give more time for unref test for slower systems 11 years ago
Bryce Baril b12c49a207 Add unref() method to RedisClient that will call unref() on the socket connection, allowing it to close when unused. This is experimental because it does not yet understand the Redis protocol, so subscriptions or blocking operations will not work correctly. 11 years ago
Bryce Baril 5f125b51d4 Issue #439 (and others): Stop assuming all "message" or "pmessage" replies are pubsub replies. Check pub_sub_mode as well. 11 years ago
Bryce Baril 8f71003009 Add test for auth_pass option submitted by hpeinar 11 years ago
Bryce Baril 807aaf91b7 Add guards to some newer tests for older Redis server differences. Fixes #430 12 years ago
Thanasis Polychronakis a86720097e added test for MULTI exception 12 years ago
Thanasis Polychronakis ed57dcd9d5 handling of errors on multi, now returns 'err' array type 12 years ago
Martín Ciparelli 2e4c178382 added tests for #404 12 years ago
englandpost 3e0762e6ec fix fwd errors test for node >= 0.9.1 12 years ago
Jeff Barczewski 383bafd2cf limit cbtests to 2.6.11 and above 12 years ago
继风 44526402dc fix bug when callback is undefined 12 years ago
Jeff Barczewski 0c143a7299 failing tests for empty unsub and punsub 12 years ago
roam 6fb7204ca5 Add a test case for reconnect_select_db_after_pubsub 12 years ago
Tomasz Durka 0698a5e627 Formatting 12 years ago
继风 78d8f9ef9c need not send message to server when set undefined value 12 years ago
Joffrey F ed2652f04c Added reproduction test for #344 in test.js 12 years ago
Jonas Dohse 67e908ad55 Avoid collision between command and internal field 12 years ago
Jonas Dohse de22a94edd Amend SCRIPT LOAD test cases 12 years ago
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
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