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 mention of tls option
This commit is contained in:
committed by
Ruben Bridgewater
parent
1fa9f15ae4
commit
c74107c972
@@ -62,9 +62,9 @@ StunnelProcess.prototype.clear = function() {
|
||||
};
|
||||
|
||||
StunnelProcess.prototype.stop = function(done) {
|
||||
if(this.stunnel) {
|
||||
this.stunnel.kill();
|
||||
}
|
||||
if (this.stunnel) {
|
||||
this.stunnel.kill();
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user