mirror of
https://gitee.com/shikong-sk/gofiber-study
synced 2025-05-10 12:08:24 +08:00
6 lines
79 B
Go
6 lines
79 B
Go
package global
|
|
|
|
import "github.com/go-redis/redis/v8"
|
|
|
|
var Redis *redis.Client
|