init redis

This commit is contained in:
2026-01-14 14:56:53 +07:00
parent b43d0f438d
commit 1215790919
7 changed files with 154 additions and 11 deletions

No files matched your search

+3
View File
@@ -1,5 +1,7 @@
package model
import "github.com/redis/go-redis/v9"
type Akses struct {
AuthUrl string
BaseUrl string
@@ -7,4 +9,5 @@ type Akses struct {
KfaUrl string
ClientId string
ClientSecret string
Redis *redis.Client
}