redis stack 사용

This commit is contained in:
2023-07-16 02:51:41 +09:00
parent 454aae5294
commit d36dd13bb7
12 changed files with 649 additions and 1454 deletions

4
go.mod
View File

@ -4,8 +4,9 @@ go 1.20
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/nitishm/go-rejson/v4 v4.1.0
go.mongodb.org/mongo-driver v1.11.7
repositories.action2quare.com/ayo/gocommon v0.0.0-20230713080645-269fa0f8700e
repositories.action2quare.com/ayo/gocommon v0.0.0-20230715080833-f0f459332d1a
)
require (
@ -24,4 +25,5 @@ require (
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)