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

chore: mark private variables as such and remove obsolete ones

This commit is contained in:
Ruben Bridgewater
2017-05-28 07:15:20 +02:00
parent ba7a39c443
commit b2e18344d9
21 changed files with 179 additions and 165 deletions

View File

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