update
This commit is contained in:
@@ -51,7 +51,7 @@ func Instance(key ...string) *MyRedis {
|
||||
|
||||
instance, ok := instanceMap[key0]
|
||||
if !ok {
|
||||
panic(fmt.Errorf("%s not config", key))
|
||||
panic(fmt.Errorf("redis %s not config", key0))
|
||||
}
|
||||
return instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user