61 Commits (013831c00f9dbf02197ebae839081331866182f9)

Author SHA1 Message Date
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 4bdcf8a598 Fix regression: version detection in tests did not work properly anymore 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 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
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 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 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 0925885a88 Do not wrap errors into other errors. The trace is going to be manipulated that way. 9 years ago
Ruben Bridgewater 43e25e73c9 Remove async dependency 9 years ago
Ruben Bridgewater 4c6b84315e Tiny speedup by removing command.toLowerCase() 9 years ago
Ruben Bridgewater da8c2603c4 Reduce timeouts 9 years ago
Ruben Bridgewater 1ae280dcec Fix some tests and deactivate broken ones 9 years ago
Ruben Bridgewater ba779ac361 Some small code style changes 9 years ago
Ruben Bridgewater 9acbd6c860 Add simicolons and remove trailing whitespace 9 years ago
Ruben Bridgewater 06c5f1922b Add jshint and fix errors accordingly (including broken tests) 9 years ago
Ruben Bridgewater 0170145f74 Remove event emitters from the parser as they are overhead that is not needed 9 years ago
Ruben Bridgewater 9b1d262cdf Accept hmset being used without a callback. Closes #694 9 years ago
Benjamin Coe d976bbcb2d some small tweaks to #815, so that we don't use two differnt approaches for spawning redis 9 years ago
Ruben Bridgewater 89e1f6f067 Improve code coverage by adding tests and removing unnecessary code 9 years ago
Ruben Bridgewater 1eb30add66 Use util.debuglog instead of using different indidivudal styles for debugging 9 years ago
Ruben Bridgewater a5938f3ade Refactor the test suite and remove duplicated code 9 years ago
Benjamin Coe 417c8c1247 had descriptions of tests swapped around 9 years ago
Daniel Price 575ade907c Issue #512 send_command("monitoring") is doomed to fail 9 years ago
Benjamin Coe d1558eddc2 add test demonstrating psubscribe, and pmessage 9 years ago
Benjamin Coe 5d83e64d00 fixed up our one commented out test, based on @erinspice's code review 9 years ago
Benjamin Coe 51b1ba2bef finished porting blpop, expire, mset, slowlog, sunionstore, ttl 9 years ago
Erin Spiceland 65db5dbefe Clarify this one test is only applicable for IPv4. 9 years ago
Benjamin Coe 2fd3b46835 ported sdiff, sdiffstore, sinterstore, smembers, smove, spop, sunion, client.monitor 9 years ago
Benjamin Coe ce7f21fc34 ported sdiff, sdiffstore, sinterstore, smembers, smove, spop, sunion, client.monitor 9 years ago
Benjamin Coe a0832c3744 slight refactor from code review 9 years ago
Erin Spiceland 04fe11b0f5 Add simple tests for generated commands. 9 years ago
Benjamin Coe 071b3ff27c moved tests for specific commands into the /commands sub-folder, put a ton of tests around the multi command 9 years ago
Erin Spiceland eaca486ab1 Add Mocha tests for the "set" method. 9 years ago
Erin Spiceland 3aaef47756 Fix bug in mocha tests Redis shutdown which expected exit code to eq 0. 9 years ago
Benjamin Coe 5da083322d fixed up some tests, changed how redis spawns 9 years ago
Erin Spiceland 2b44245056 Add example test with grunt and mocha. 9 years ago
Hans Kristian Flaatten b1ae21d221 Revert "Skip SOCKET test if Redis is not listening on a socket" 9 years ago
Hans Kristian Flaatten da535a6977 Normalize linked REDIS environment variables 9 years ago
Hans Kristian Flaatten 8b5ce1088a Allways pass HOST and PORT when creating a new client 9 years ago