集成 otel 记录接口性能数据
This commit is contained in:
@@ -34,7 +34,7 @@ func initRedis() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func stopRedis() error {
|
||||
func closeRedis() error {
|
||||
if Redis != nil {
|
||||
return Redis.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user