32 Commits (bd633d7306564687824f76ca90b4586cb190e623)

Author SHA1 Message Date
Ruben Bridgewater f500398cab Run tests only with the js parser instead of hiredis and js parser from now on 9 years ago
Ruben Bridgewater 97ae78877b Implement CLIENT REPLY ON|OFF|SKIP 9 years ago
Ruben Bridgewater 0c5947be51 Add string_numbers option to handle very big numbers 9 years ago
Ruben Bridgewater 94e9f1fcfc Replace jshint with eslint and add lots of rules 9 years ago
Ruben Bridgewater e48e1e845f Windows fixes 9 years ago
Ruben Bridgewater 6013ee7f90 callFuncAfter should fire the passed fn everytime called above the minimum 9 years ago
Ruben Bridgewater 8dcf06754d Add warnings and handle protocol errors gracefuly 9 years ago
Paddy Byers 0596480b03 Fix a few style/whitespace errors 9 years ago
Paddy Byers 1fa9f15ae4 Add tests for TLS connections 9 years ago
Paddy Byers eae5596a3c Add support for TLS connections 9 years ago
Ruben Bridgewater 241e156499 Fix saving buffers with charsets other than utf-8 while using multi 9 years ago
Ruben Bridgewater d454e4025b Fix an issue with .multi after a reconnect on node 0.10 9 years ago
Ruben Bridgewater 2a65ee48dd Fix some minor issues and add more tests 9 years ago
Ruben Bridgewater 987e4f8a7c Add hiredis to the tests if it's present 9 years ago
bcoe aad5045c8e use the max port # in newer versions of node 9 years ago
bcoe 0db1152492 tests were failing on my old mac (node 0.10.40, osx 10.9.5, 2.8.7) 9 years ago
Ruben Bridgewater fba050802b Move command out of the index.js 9 years ago
Ruben Bridgewater 5f261c5823 Minor changes 9 years ago
Ruben Bridgewater 55e4a9b847 Fix issues with returning buffers 9 years ago
Ruben Bridgewater 89c8dd056b Do not emit the broken mode twice if exec is called 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 4bdcf8a598 Fix regression: version detection in tests did not work properly anymore 9 years ago
Benjamin Coe 0b46a69c7e fix merge, run linting as part of the test suite 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 43e25e73c9 Remove async dependency 9 years ago
Ruben Bridgewater 1ae280dcec Fix some tests and deactivate broken ones 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 89e1f6f067 Improve code coverage by adding tests and removing unnecessary code 9 years ago
Ruben Bridgewater a5938f3ade Refactor the test suite and remove duplicated code 9 years ago
Benjamin Coe a0832c3744 slight refactor from code review 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 2b44245056 Add example test with grunt and mocha. 9 years ago