1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Add support for TLS connections

This commit is contained in:
Paddy Byers
2015-10-19 17:16:41 +01:00
committed by Ruben Bridgewater
parent 918882f0bf
commit eae5596a3c
2 changed files with 24 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ module.exports = {
},
killConnection: function (client) {
// Change the connection option to a non existing one and destroy the stream
client.connection_option = {
client.connection_options = {
port: 65535,
host: '127.0.0.1',
family: 4