932 Commits (eae5596a3cfc89633f2ac50badd8900364c9fc55)
 

Author SHA1 Message Date
Paddy Byers eae5596a3c Add support for TLS connections 9 years ago
Ruben Bridgewater 918882f0bf Hotfix 9 years ago
Ruben Bridgewater b5fe822553 Add selected_db to the new redis instance if using client.duplicate 9 years ago
Ruben Bridgewater 9ca2d1ddaa Fix test on appveyor 9 years ago
Ruben Bridgewater f82fb6cf42 Explicitly install hiredis on appveyor and only use start / end clients if needed 9 years ago
Ruben Bridgewater 6711c94d1b Add duplicate function to duplicate the current client instance 9 years ago
Ruben Bridgewater ac9ff9a3b1 Refactor js parser 9 years ago
Ruben Bridgewater b6a81a4297 Use a .create_stream function, so other libraries can mock the stream if wanted 9 years ago
Ruben Bridgewater 8712e32e62 Remove comment about reusing the same multi function. This is not supported anymore. 9 years ago
Ruben Bridgewater 8f9ad00de2 Add the redis url to the options object and accept .createClient(null, host, options) 9 years ago
Ruben Bridgewater 30d2184dbb Throw on other protocols provided than the redis protocol 9 years ago
Ruben Bridgewater bc85c4a01d Minor hiredis handling improvement 9 years ago
Ruben Bridgewater 634dcee859 Only initiate the parser once per instance and throw sync if the parser can't be found 9 years ago
Ruben Bridgewater d3352bf550 Auto detect ip family if a IP has been provided 9 years ago
Ruben Bridgewater 0903bba205 Remove old and not anymore needed connection breaker 9 years ago
Ruben Bridgewater 06a1bdd7b0 Fix js parser handling big values not fast enough 9 years ago
Ruben Bridgewater 8bf794fb36 Stricten tests by always ending redis with .end(true) if possible 9 years ago
Ruben Bridgewater 0913a4d521 Test Node.js v.5 instead of iojs 3 9 years ago
Ruben Bridgewater 431bed882b Increase test timeout for appveyor 9 years ago
Ruben Bridgewater 6cee5df6aa Add changelog release date 9 years ago
Ruben Bridgewater 4c43d56b33 v.2.3.1 9 years ago
Ruben Bridgewater 241e156499 Fix saving buffers with charsets other than utf-8 while using multi 9 years ago
Ruben Bridgewater 19ce6680ef Prevent jshint race condition 9 years ago
Ruben Bridgewater ff857f97ae Intermediate fix js parser handling big values very slow 9 years ago
Ruben Bridgewater c08461f781 Fix typo in debug message 9 years ago
Ruben Bridgewater ef238143e9 Fix typo in string conversion. Closes #918 9 years ago
Ruben Bridgewater b4e8e79653 v.2.3.0 9 years ago
Ruben Bridgewater 42e979b1af Add changelog entry and add a note in the readme that detect_buffers does not work in pub sub mode 9 years ago
Ruben Bridgewater e8745af027 Merge pull request #912 from komachi/master 9 years ago
Anton Nesterov 3e64ce7bc3 Add regression test for return_buffers in pub/sub mode (#911) 9 years ago
Anton Nesterov cc93e0b3a7 Fix return_buffers in pub/sub mode (#911) 9 years ago
Ruben Bridgewater 2cc01f52b6 Use higher time difference for slow machines in tests 9 years ago
Ruben Bridgewater cc79b2db69 Deactivate test for windows 9 years ago
Ruben Bridgewater dd563c2cb9 Fix unix only test not to run on windows 9 years ago
Ruben Bridgewater f45a898871 Remove istanbul ignore statement 9 years ago
Ruben Bridgewater b7a0f6f905 Add test. Closes #909 9 years ago
ivanB1975 1293046bab changed style 9 years ago
ivanB1975 b3407ff8c7 ignore if info command is not available on server 9 years ago
Ruben Bridgewater e7c66d19ea Merge pull request #910 from NodeRedis/greenkeeper-update-all 9 years ago
greenkeeperio-bot 62c75a66cd chore(package): update dependencies 9 years ago
Ruben Bridgewater 88c9e28a27 Fix test 9 years ago
Ruben Bridgewater d454e4025b Fix an issue with .multi after a reconnect on node 0.10 9 years ago
Ruben Bridgewater c3502c799f Add gitter batch 9 years ago
Ruben Bridgewater 92e49437f8 Update appyevor 9 years ago
Ruben Bridgewater 7718e219e9 Remove listener if not needed anymore and alawys end a client after a test 9 years ago
Ruben Bridgewater dc6fc9c113 Use connect_timeout also as the socket_timeout if explicitly provided 9 years ago
Ruben Bridgewater afc4989495 Remove command queue high and low water marks 9 years ago
Ruben Bridgewater 4e5e4635aa Use debug statement for incoming data 9 years ago
Ruben Bridgewater 790f12909b Update changelog / readme 9 years ago
Ruben Bridgewater d39f6961e6 Add tests and emit UNCERTAIN_STATE errors 9 years ago