|
ff857f97ae
|
Intermediate fix js parser handling big values very slow
Closes #900
|
2015-11-08 23:05:15 +01:00 |
|
|
c08461f781
|
Fix typo in debug message
|
2015-11-06 20:25:46 +01:00 |
|
|
ef238143e9
|
Fix typo in string conversion. Closes #918
|
2015-11-06 20:13:12 +01:00 |
|
|
b4e8e79653
|
v.2.3.0
v.2.3.0
|
2015-10-30 15:01:06 +01:00 |
|
|
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 |
|
|
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 |
|
|
3e64ce7bc3
|
Add regression test for return_buffers in pub/sub mode (#911)
|
2015-10-30 16:09:17 +03:00 |
|
|
cc93e0b3a7
|
Fix return_buffers in pub/sub mode (#911)
|
2015-10-30 16:08:28 +03:00 |
|
|
2cc01f52b6
|
Use higher time difference for slow machines in tests
|
2015-10-30 01:33:51 +01:00 |
|
|
cc79b2db69
|
Deactivate test for windows
|
2015-10-30 01:16:11 +01:00 |
|
|
dd563c2cb9
|
Fix unix only test not to run on windows
|
2015-10-30 00:09:16 +01:00 |
|
|
f45a898871
|
Remove istanbul ignore statement
|
2015-10-29 23:51:02 +01:00 |
|
|
b7a0f6f905
|
Add test. Closes #909
|
2015-10-29 23:49:10 +01:00 |
|
|
1293046bab
|
changed style
|
2015-10-29 23:42:02 +01:00 |
|
|
b3407ff8c7
|
ignore if info command is not available on server
|
2015-10-29 23:42:02 +01:00 |
|
|
e7c66d19ea
|
Merge pull request #910 from NodeRedis/greenkeeper-update-all
chore(package): update dependencies
|
2015-10-29 23:40:22 +01:00 |
|
|
62c75a66cd
|
chore(package): update dependencies
http://greenkeeper.io/
|
2015-10-29 23:34:19 +01:00 |
|
|
88c9e28a27
|
Fix test
|
2015-10-29 23:27:52 +01:00 |
|
|
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 |
|
|
c3502c799f
|
Add gitter batch
|
2015-10-29 17:25:23 +01:00 |
|
|
92e49437f8
|
Update appyevor
|
2015-10-29 17:25:09 +01:00 |
|
|
7718e219e9
|
Remove listener if not needed anymore and alawys end a client after a test
|
2015-10-29 15:04:47 +01:00 |
|
|
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 |
|
|
afc4989495
|
Remove command queue high and low water marks
|
2015-10-28 23:53:10 +01:00 |
|
|
4e5e4635aa
|
Use debug statement for incoming data
|
2015-10-28 23:53:10 +01:00 |
|
|
790f12909b
|
Update changelog / readme
|
2015-10-28 23:53:10 +01:00 |
|
|
d39f6961e6
|
Add tests and emit UNCERTAIN_STATE errors
|
2015-10-28 23:53:10 +01:00 |
|
|
0ec2c43603
|
Fix fired but not yet returned commands not being rejected after a connection loss
|
2015-10-28 23:53:10 +01:00 |
|
|
ebea0872a9
|
Add regression test
|
2015-10-28 23:53:10 +01:00 |
|
|
399a29a97c
|
Improve pipeline logic and fix #897
|
2015-10-28 23:53:10 +01:00 |
|
|
1cb158b5da
|
Add zscan test
|
2015-10-28 23:53:10 +01:00 |
|
|
3142af5847
|
Update benchmark and diff output
|
2015-10-28 23:53:10 +01:00 |
|
|
d5628f414a
|
Move the license in the LICENSE file and update the contributors section
|
2015-10-28 23:53:10 +01:00 |
|
|
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 |
|
|
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 |
|
|
5855dbc1b7
|
Merge pull request #903 from NodeRedis/parser
Fix and simplify parser
Fixes #875
Fixes #902
|
2015-10-27 17:28:13 +01:00 |
|
|
d00c5c1cbe
|
Merge pull request #904 from NodeRedis/consolidation
Add consolidation part to the readme
|
2015-10-27 20:34:00 +08:00 |
|
|
938ed7c753
|
Add consolidation part to the readme
|
2015-10-27 11:29:05 +01:00 |
|
|
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 |
|
|
9b3b090119
|
Simplify parser and remove dead code
|
2015-10-27 11:27:54 +01:00 |
|
|
851dd87206
|
v.2.2.5
v.2.2.5
|
2015-10-18 16:58:48 +02:00 |
|
|
304abe4318
|
Fix individual createClient functions passing undefined options to a new instance. Closes #893
|
2015-10-18 16:58:34 +02:00 |
|
|
ce4a67bb74
|
v.2.2.4
v.2.2.4
|
2015-10-17 22:07:34 +02:00 |
|
|
da58a4ce2a
|
Merge pull request #891 from NodeRedis/stuff
Fix some minor issues and increase coverage
|
2015-10-17 22:06:00 +02:00 |
|
|
2a65ee48dd
|
Fix some minor issues and add more tests
Do not mutate the options object and add some more tests
|
2015-10-17 21:56:16 +02:00 |
|
|
587b1c95a0
|
v.2.2.3
v.2.2.3
|
2015-10-14 02:52:32 +02:00 |
|
|
0d4d4d7416
|
Fix multi not being executed on node 0.10 if not yet ready. Closes #889
|
2015-10-14 02:24:11 +02:00 |
|
|
a408235a38
|
v.2.2.2
v.2.2.2
|
2015-10-14 01:12:41 +02:00 |
|
|
60e9d0fdd6
|
Fix multi regression. Closes #889
Allow commands being executed after a Multi / Batch was initiated but not yet executed
|
2015-10-14 00:58:27 +02:00 |
|
|
28d343c2ad
|
v.2.2.1
|
2015-10-12 17:58:41 +02:00 |
|