753 Commits (3c2ba8c3736fd61fe947dfff365f7150dd639f45)
 

Author SHA1 Message Date
Ruben Bridgewater 3c2ba8c373 Try exactly until the connection timeout has been reached 9 years ago
Chris Hamant a9e7663aff removing flush_and_error from on_error handler 11 years ago
Ruben Bridgewater 03e8c03503 Add connection timeout and max attempts tests 9 years ago
Ruben Bridgewater 0b8705abe9 Do not run all tests with every single connection (if one connection works, the others are going to be fine too) 9 years ago
Ruben Bridgewater 1e0421ac3b Emit errors if the connection timeout / maximum retry attempts have been exceeded 9 years ago
Ruben Bridgewater f2ee8dbc9e Add a connection timeout of 24h as new default for maximum reconnecting 9 years ago
Ruben Bridgewater 04c986a4cd Lowering the first retry_delay and begin from that value 9 years ago
Ruben Bridgewater cd5cfb4a8e Emit an error when connection permanently goes down 9 years ago
Ruben Bridgewater 403bfb0200 Merge pull request #835 from fintura/remove-stuff 9 years ago
Ruben Bridgewater eea9d2af76 Merge pull request #847 from fintura/check-password 9 years ago
Ruben Bridgewater 30f227b7b1 Merge pull request #846 from fintura/parser 9 years ago
Ruben Bridgewater aab1fc8f4f Merge pull request #838 from fintura/consistent-commands 9 years ago
Ruben Bridgewater 005e869d83 Remove send_command safety checks 9 years ago
Ruben Bridgewater 013831c00f Improve js parser 9 years ago
Ruben Bridgewater c269b7539c Check that the password is from type string 9 years ago
Ruben Bridgewater a0c92b0756 Add a lot more tests to indicate that the everything is consistent 9 years ago
Ruben Bridgewater c522ca1264 Fix inconsistent command argument handling 9 years ago
Ruben Bridgewater e24f056b2d Merge pull request #841 from fintura/command 9 years ago
Ruben Bridgewater ebbb0146b9 Fix auth emitting the error even though a callback is present 9 years ago
Ruben Bridgewater 1a06cfb6ec Add .command_used to errors thrown by the parser 9 years ago
Ruben Bridgewater e4bd9bf0c5 Merge pull request #839 from fintura/statements 9 years ago
Ruben Bridgewater 6ea70271d6 v8 is going to inline a couple of things that were necessary a few years ago 9 years ago
Ruben Bridgewater 4bdcf8a598 Fix regression: version detection in tests did not work properly anymore 9 years ago
Ruben Bridgewater 785af29385 Merge pull request #842 from fintura/speedup 9 years ago
Ruben Bridgewater 4a8da6dce5 Merge pull request #823 from fintura/debug 9 years ago
Ruben Bridgewater 4f79370887 Merge pull request #816 from fintura/callback 9 years ago
Ruben Bridgewater 4f0443cdd4 Emit errors instead of throwing them 9 years ago
Ruben Bridgewater c6ae7832a3 Remove try callbacks and emit an error in case of no callback has been provided 9 years ago
Ruben Bridgewater 1b261fcaad Revert "added test for multi.hmset's array handling" 9 years ago
Benjamin E. Coe bf2ccd9580 Merge pull request #837 from NodeRedis/windows-tests 9 years ago
Benjamin Coe bb221adec4 added test for multi.hmset's array handling 9 years ago
Benjamin Coe be708906fa add test for providing auth after client is created 9 years ago
Benjamin Coe 68936c5eb2 based on code-review added back check for error 9 years ago
Ruben Bridgewater e6aa3826f7 Small speedup: do not call data.toString() on debug messages 9 years ago
Benjamin Coe bb1ab1498b fix badge markdown, address code-review concerns 9 years ago
Benjamin Coe b717c8154b added windows badge, made changes based on @BrideAr's code-review 9 years ago
Benjamin Coe 224aff9cee found another difference on Windows CI 9 years ago
Benjamin Coe 40f535b6c6 trying to find an incantation that actually boots Redis 9 years ago
Benjamin Coe a3ffc3a125 move redis to the install stanza 9 years ago
Benjamin Coe d5ccb3965d add appveyor configuration 9 years ago
Benjamin Coe 71ea42f1bd fix linting and timeout issue 9 years ago
Benjamin Coe 20bc05abb5 test suite should now run on Windows 9 years ago
Benjamin Coe 0b46a69c7e fix merge, run linting as part of the test suite 9 years ago
Benjamin Coe 77e8552374 down to one failing test on Windows, time to rebase 9 years ago
Benjamin Coe 65b26ed9aa remove hiredis from dev-dependencies 9 years ago
Benjamin Coe a0bf9e2314 tweaks based on running test-suite on Windows on an older Redis 9 years ago
Benjamin Coe b4da975785 prep for getting tests to work on appveyor 9 years ago
Ruben Bridgewater 06121a65c4 Increase the coverage 9 years ago
Ruben Bridgewater 8fa5b93c93 Merge pull request #836 from fintura/fix-errors 9 years ago
Ruben Bridgewater 0925885a88 Do not wrap errors into other errors. The trace is going to be manipulated that way. 9 years ago