You've already forked node-redis
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user