Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
swxctx committed Jun 24, 2020
1 parent 403637f commit f36a1c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ package goredis

import (
"fmt"
"time"

"github.com/go-redis/redis/v8"
"github.com/henrylee2cn/cfgo"
)

Expand Down Expand Up @@ -128,4 +126,4 @@ func NewConfig() *Config {
ForSingle: SingleConfig{Addr: "127.0.0.1:6379"},
// ForCluster: ClusterConfig{Addrs: []string{"127.0.0.1:6379"}},
}
}
}

0 comments on commit f36a1c9

Please sign in to comment.