1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00
Commit Graph

1069 Commits

Author SHA1 Message Date
Ruben Bridgewater
d3352bf550 Auto detect ip family if a IP has been provided 2015-11-23 11:30:50 +01:00
Ruben Bridgewater
0903bba205 Remove old and not anymore needed connection breaker 2015-11-23 11:30:50 +01:00
Ruben Bridgewater
06a1bdd7b0 Fix js parser handling big values not fast enough
Fixes #678
2015-11-23 11:30:35 +01:00
Ruben Bridgewater
8bf794fb36 Stricten tests by always ending redis with .end(true) if possible 2015-11-22 16:56:54 +01:00
Ruben Bridgewater
0913a4d521 Test Node.js v.5 instead of iojs 3 2015-11-22 16:54:41 +01:00
Ruben Bridgewater
431bed882b Increase test timeout for appveyor 2015-11-19 00:29:49 +01:00
Ruben Bridgewater
6cee5df6aa Add changelog release date 2015-11-18 14:02:16 +01:00
Ruben Bridgewater
4c43d56b33 v.2.3.1 v.2.3.1 2015-11-18 13:58:37 +01:00
Ruben Bridgewater
241e156499 Fix saving buffers with charsets other than utf-8 while using multi
This will also improve pipelinening for buffers and fixes the return value of Batch.exec

Fixes #913
2015-11-18 02:43:43 +01:00
Ruben Bridgewater
19ce6680ef Prevent jshint race condition 2015-11-17 22:08:17 +01:00
Ruben Bridgewater
ff857f97ae Intermediate fix js parser handling big values very slow
Closes #900
2015-11-08 23:05:15 +01:00
Ruben Bridgewater
c08461f781 Fix typo in debug message 2015-11-06 20:25:46 +01:00
Ruben Bridgewater
ef238143e9 Fix typo in string conversion. Closes #918 2015-11-06 20:13:12 +01:00
Ruben Bridgewater
b4e8e79653 v.2.3.0 v.2.3.0 2015-10-30 15:01:06 +01:00
Ruben Bridgewater
42e979b1af Add changelog entry and add a note in the readme that detect_buffers does not work in pub sub mode 2015-10-30 14:56:30 +01:00
Ruben Bridgewater
e8745af027 Merge pull request #912 from komachi/master
Fix return_buffers in pub/sub mode. Fixes #911
2015-10-30 14:54:05 +01:00
Anton Nesterov
3e64ce7bc3 Add regression test for return_buffers in pub/sub mode (#911) 2015-10-30 16:09:17 +03:00
Anton Nesterov
cc93e0b3a7 Fix return_buffers in pub/sub mode (#911) 2015-10-30 16:08:28 +03:00
Ruben Bridgewater
2cc01f52b6 Use higher time difference for slow machines in tests 2015-10-30 01:33:51 +01:00
Ruben Bridgewater
cc79b2db69 Deactivate test for windows 2015-10-30 01:16:11 +01:00
Ruben Bridgewater
dd563c2cb9 Fix unix only test not to run on windows 2015-10-30 00:09:16 +01:00
Ruben Bridgewater
f45a898871 Remove istanbul ignore statement 2015-10-29 23:51:02 +01:00
Ruben Bridgewater
b7a0f6f905 Add test. Closes #909 2015-10-29 23:49:10 +01:00
ivanB1975
1293046bab changed style 2015-10-29 23:42:02 +01:00
ivanB1975
b3407ff8c7 ignore if info command is not available on server 2015-10-29 23:42:02 +01:00
Ruben Bridgewater
e7c66d19ea Merge pull request #910 from NodeRedis/greenkeeper-update-all
chore(package): update dependencies
2015-10-29 23:40:22 +01:00
greenkeeperio-bot
62c75a66cd chore(package): update dependencies
http://greenkeeper.io/
2015-10-29 23:34:19 +01:00
Ruben Bridgewater
88c9e28a27 Fix test 2015-10-29 23:27:52 +01:00
Ruben Bridgewater
d454e4025b Fix an issue with .multi after a reconnect on node 0.10
Add .path to .createClient options object for unix sockets
2015-10-29 23:23:20 +01:00
Ruben Bridgewater
c3502c799f Add gitter batch 2015-10-29 17:25:23 +01:00
Ruben Bridgewater
92e49437f8 Update appyevor 2015-10-29 17:25:09 +01:00
Ruben Bridgewater
7718e219e9 Remove listener if not needed anymore and alawys end a client after a test 2015-10-29 15:04:47 +01:00
Ruben Bridgewater
dc6fc9c113 Use connect_timeout also as the socket_timeout if explicitly provided
Fixes #587
Fixes #393
Closes #652
Closes #394
2015-10-29 14:21:06 +01:00
Ruben Bridgewater
afc4989495 Remove command queue high and low water marks 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
4e5e4635aa Use debug statement for incoming data 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
790f12909b Update changelog / readme 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
d39f6961e6 Add tests and emit UNCERTAIN_STATE errors 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
0ec2c43603 Fix fired but not yet returned commands not being rejected after a connection loss 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
ebea0872a9 Add regression test 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
399a29a97c Improve pipeline logic and fix #897 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
1cb158b5da Add zscan test 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
3142af5847 Update benchmark and diff output 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
d5628f414a Move the license in the LICENSE file and update the contributors section 2015-10-28 23:53:10 +01:00
Ruben Bridgewater
9c9238e555 Merge pull request #907 from FeodorFitsner/patch-1
Test latest minor Node.js versions in AppVeyor
2015-10-28 23:47:47 +01:00
Feodor Fitsner
7befc24907 Testing in AppVeyor
This is how to always test against latest io.js 3.x and Node.js 4.x
2015-10-28 15:27:44 -07:00
Ruben Bridgewater
5855dbc1b7 Merge pull request #903 from NodeRedis/parser
Fix and simplify parser

Fixes #875 
Fixes #902
2015-10-27 17:28:13 +01:00
Zihua Li
d00c5c1cbe Merge pull request #904 from NodeRedis/consolidation
Add consolidation part to the readme
2015-10-27 20:34:00 +08:00
Ruben Bridgewater
938ed7c753 Add consolidation part to the readme 2015-10-27 11:29:05 +01:00
Ruben Bridgewater
5d08132f7c Fix: do not stop parsing a chunk if the first character is a line break
Add changelog entry
2015-10-27 11:28:03 +01:00
Ruben Bridgewater
9b3b090119 Simplify parser and remove dead code 2015-10-27 11:27:54 +01:00