redis json 마이그레이션 완료

This commit is contained in:
2023-07-16 15:36:20 +09:00
parent d36dd13bb7
commit 62485b6d54
6 changed files with 381 additions and 301 deletions

2
go.mod
View File

@ -4,7 +4,6 @@ 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-20230715080833-f0f459332d1a
)
@ -13,6 +12,7 @@ require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect