add redis client provider

This commit is contained in:
rogee
2023-05-11 07:02:48 +00:00
parent 993fa9ab57
commit c5d32dd2c3
5 changed files with 66 additions and 1 deletions

3
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/gin-gonic/gin v1.8.2
github.com/glebarez/sqlite v1.5.0
github.com/go-gormigrate/gormigrate/v2 v2.0.2
github.com/go-redis/redis/v8 v8.11.5
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang-jwt/jwt/v4 v4.4.3
github.com/mojocn/base64Captcha v1.3.5
@@ -26,6 +27,8 @@ require (
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/glebarez/go-sqlite v1.19.1 // indirect