Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
7c641fa8ac |
2
redis.go
2
redis.go
@@ -625,7 +625,7 @@ func NewStore(opts ...store.Option) *Store {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (r *Store) configure() error {
|
func (r *Store) configure() error {
|
||||||
var universalOptions *goredis.UniversalOptions
|
universalOptions := &goredis.UniversalOptions{}
|
||||||
|
|
||||||
if r.cli != nil && r.opts.Context == nil {
|
if r.cli != nil && r.opts.Context == nil {
|
||||||
return nil
|
return nil
|
||||||
|
Reference in New Issue
Block a user