1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

14 Commits

Author SHA1 Message Date
Salakar
7c551bf474 tests: fix tls tests and enable stunnel tests for travis 2020-02-06 21:27:49 +00:00
JinHyuk Kim
50b4009005 fix incorrect code for eslint rules (#1367)
* fix code for eslint rules
2019-02-06 15:19:03 +01:00
calebboyd
1a4c410b41 docs: add note about rediss usage 2018-01-09 17:58:41 +01:00
calebboyd
5d6e471d0c feat: add support for rediss protocol in url 2018-01-09 17:58:41 +01:00
Ruben Bridgewater
625f14e6ba Fix address always set to 127.0.0.1:6379 in case the host/port is set in the tls options 2016-04-29 04:10:23 +02:00
Ruben Bridgewater
14170f9d02 Improve tests a bit
Reduce timeouts if possible
Extend timeouts if needed (windows tests need their time)
Don't expose the redis socket to others than the owner
Don't create the stunnel log
2016-04-01 11:42:22 +02:00
Ruben Bridgewater
94e9f1fcfc Replace jshint with eslint and add lots of rules
Fix eslint errors accordingly
2016-03-26 14:45:12 +01:00
Ruben Bridgewater
ff19663d9d Remove code overhead
Add another domain test

Fix test on node 0.10
2016-03-15 03:56:36 +01:00
Ruben Bridgewater
e48e1e845f Windows fixes
Skip redis process spawn on windows for now
2016-03-07 02:03:10 +01:00
Ruben Bridgewater
1a8a72ddf3 Improve tls tests
Removed redundant tests.
Skip the tests on windows instead of not even showing them.
Add a faulty cert to check proper cert validation.
Reject unauthorized certs
2016-03-07 01:57:56 +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
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
1fa9f15ae4 Add tests for TLS connections 2015-11-23 16:56:37 +01:00