You've already forked node-redis
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:
committed by
Ruben Bridgewater
parent
918882f0bf
commit
eae5596a3c
@@ -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
|
||||
|
Reference in New Issue
Block a user