Skip to content

Commit

Permalink
Merge pull request #9 from scuml/SSL
Browse files Browse the repository at this point in the history
Update RedisSSL.swift
  • Loading branch information
scuml authored Mar 29, 2021
2 parents 90d8357 + a2fd1e6 commit 6e685e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftRedis/RedisSSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension Redis {

extension RedisResp {

convenience init(host: String, port: Int32, sslConfig: SSLService.Configuration? = nil, sslSkipVerification: Bool: false) {
convenience init(host: String, port: Int32, sslConfig: SSLService.Configuration? = nil, sslSkipVerification: Bool = false) {
self.init()
socket = try? Socket.create()
if let sslConfig = sslConfig{
Expand Down

0 comments on commit 6e685e0

Please sign in to comment.