feat(app): update
This commit is contained in:
3
pkg/cache/redis_lock.go
vendored
3
pkg/cache/redis_lock.go
vendored
@ -2,8 +2,9 @@ package cache
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"servicebase/pkg/log"
|
||||
"time"
|
||||
|
||||
"gitea.ddegame.cn/open/servicebase/pkg/log"
|
||||
)
|
||||
|
||||
func Lock(key string) (e error) {
|
||||
|
||||
Reference in New Issue
Block a user