Refactor caching logic and add support for a new feature
Some checks failed
🚨 Test Code Base / 🧹 Lint (push) Failing after 5m24s
🚨 Test Code Base / 🔍 🐹 Go Tests (push) Failing after 5m45s
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Failing after 6m14s

This commit is contained in:
2026-01-21 21:08:26 -05:00
parent 838051c880
commit d321d96fef
6 changed files with 128 additions and 94 deletions

View File

@@ -28,6 +28,8 @@ func main() {
}
e := echo.New()
defer e.Close()
e.AcquireContext().Set("redisClient", rc)
e.Logger.SetOutput(os.Stdout)