Ruben Bridgewater
|
59984136fe
|
Update changelog and fix a test
|
2015-11-27 21:40:32 +01:00 |
|
Ruben Bridgewater
|
56861a89d2
|
Escape js parser protocol error characters
|
2015-11-27 21:40:32 +01:00 |
|
Ruben Bridgewater
|
f37d5ed14b
|
Merge pull request #925 from maxgalbu/maxgalbu-patch-1
Emit event "ready" when disable_resubscribing is true
|
2015-11-27 21:37:28 +01:00 |
|
Massimo Galbusera
|
9ee610d072
|
emit event "ready" when disable_resubscribing is true
|
2015-11-26 19:06:05 +01:00 |
|
Ruben Bridgewater
|
4c27e87daf
|
v.2.4.1
v.2.4.1
|
2015-11-25 23:41:48 +01:00 |
|
Ruben Bridgewater
|
3f945dbf3e
|
Fix parser regression
Add regression test
Rename big_offset to big_str_size
Fixes #924
|
2015-11-25 23:32:40 +01:00 |
|
Ruben Bridgewater
|
97e699b5d2
|
Add release date
v.2.4.0
|
2015-11-25 16:23:07 +01:00 |
|
Ruben Bridgewater
|
6405bf8444
|
v.2.4.0
|
2015-11-25 16:22:05 +01:00 |
|
Ruben Bridgewater
|
61bd5d0202
|
Remove obsolete nested .gitignore file
|
2015-11-25 16:10:25 +01:00 |
|
Ruben Bridgewater
|
a0cc715206
|
Ignore still running commands for pub sub tests after the test ended
|
2015-11-24 21:23:19 +01:00 |
|
Ruben Bridgewater
|
4ba72703fd
|
Fix test for appveyor
|
2015-11-24 21:01:54 +01:00 |
|
Ruben Bridgewater
|
dc19c75946
|
Update appveyor redis install location
And fix double brackets in the changelog
|
2015-11-24 19:38:32 +01:00 |
|
Ruben Bridgewater
|
7c6f1bd5cb
|
Fix travis env setting
|
2015-11-24 00:52:13 +01:00 |
|
Ruben Bridgewater
|
2c4e6b0522
|
Fix travis env settings
|
2015-11-24 00:49:17 +01:00 |
|
Ruben Bridgewater
|
d5861c349e
|
Add more keywords
|
2015-11-24 00:23:18 +01:00 |
|
Ruben Bridgewater
|
d55017a01e
|
Use .end(true) to stricten test cases and improve coverage
|
2015-11-24 00:23:18 +01:00 |
|
Ruben Bridgewater
|
f877c3950c
|
Add prefix option
Fixes #323
Add key prefix tests
Add changelog entry for prefix
|
2015-11-24 00:23:18 +01:00 |
|
Ruben Bridgewater
|
a8c3675218
|
Add another parser test
|
2015-11-23 18:38:17 +01:00 |
|
Ruben Bridgewater
|
32a5e1d148
|
Add changelog entries
|
2015-11-23 18:38:06 +01:00 |
|
Ruben Bridgewater
|
b91692e928
|
Skip tls tests on windows and stunnel
This will also remove the libwrap option to work on arch
|
2015-11-23 18:20:15 +01:00 |
|
Paddy Byers
|
0596480b03
|
Fix a few style/whitespace errors
|
2015-11-23 16:58:46 +01:00 |
|
Paddy Byers
|
c74107c972
|
Add mention of tls option
|
2015-11-23 16:58:45 +01:00 |
|
Paddy Byers
|
1fa9f15ae4
|
Add tests for TLS connections
|
2015-11-23 16:56:37 +01:00 |
|
Paddy Byers
|
eae5596a3c
|
Add support for TLS connections
|
2015-11-23 16:56:37 +01:00 |
|
Ruben Bridgewater
|
918882f0bf
|
Hotfix
|
2015-11-23 14:38:33 +01:00 |
|
Ruben Bridgewater
|
b5fe822553
|
Add selected_db to the new redis instance if using client.duplicate
|
2015-11-23 14:38:10 +01:00 |
|
Ruben Bridgewater
|
9ca2d1ddaa
|
Fix test on appveyor
Somehow the calls do not seem to be handled sync on appveyor in this test
|
2015-11-23 14:38:10 +01:00 |
|
Ruben Bridgewater
|
f82fb6cf42
|
Explicitly install hiredis on appveyor and only use start / end clients if needed
|
2015-11-23 13:22:07 +01:00 |
|
Ruben Bridgewater
|
6711c94d1b
|
Add duplicate function to duplicate the current client instance
Fixes #919
|
2015-11-23 11:32:23 +01:00 |
|
Ruben Bridgewater
|
ac9ff9a3b1
|
Refactor js parser
Fix tests to work with Node.js 0.10
Improve average use case speed by up to 20%
Fix some small js parser issues
|
2015-11-23 11:32:23 +01:00 |
|
Ruben Bridgewater
|
b6a81a4297
|
Use a .create_stream function, so other libraries can mock the stream if wanted
Reference https://github.com/hdachev/fakeredis/pull/34
|
2015-11-23 11:31:41 +01:00 |
|
Ruben Bridgewater
|
8712e32e62
|
Remove comment about reusing the same multi function. This is not supported anymore.
Fixes #923
|
2015-11-23 11:30:50 +01:00 |
|
Ruben Bridgewater
|
8f9ad00de2
|
Add the redis url to the options object and accept .createClient(null, host, options)
|
2015-11-23 11:30:50 +01:00 |
|
Ruben Bridgewater
|
30d2184dbb
|
Throw on other protocols provided than the redis protocol
|
2015-11-23 11:30:50 +01:00 |
|
Ruben Bridgewater
|
bc85c4a01d
|
Minor hiredis handling improvement
|
2015-11-23 11:30:50 +01:00 |
|
Ruben Bridgewater
|
634dcee859
|
Only initiate the parser once per instance and throw sync if the parser can't be found
|
2015-11-23 11:30:50 +01:00 |
|
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 |
|