✏ remove private keys

This commit is contained in:
Fenny
2020-10-31 08:00:44 +01:00
parent 542c332956
commit 4af887b209
2 changed files with 0 additions and 4 deletions

View File

@@ -82,9 +82,6 @@ type Config struct {
// if IdleTimeout is set.
IdleCheckFrequency time.Duration
// Enables read only queries on slave nodes.
readOnly bool
// TLS Config to use. When set TLS will be negotiated.
TLSConfig *tls.Config

View File

@@ -20,7 +20,6 @@ func New(config ...Config) Storage {
// Override config if provided
if len(config) > 0 {
cfg = configDefault(config[0])
}
// Create new redis client