feat: 首次提交,添加Web界面和Redis支持的数据管理系统
This commit is contained in:
10
global/global.go
Normal file
10
global/global.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package global
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/redis/go-redis/v9"
|
||||
)
|
||||
|
||||
var RDB *redis.Client
|
||||
var RCtx = context.Background()
|
Reference in New Issue
Block a user