Added function to SaveAll URL Access records into cache - tmp solution before worker gonna be working

This commit is contained in:
PB
2025-10-22 19:39:53 +02:00
parent ad647fd1b0
commit 5279e34b2c
9 changed files with 77 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ import (
dto "git.ego.freeddns.org/egommerce/api-entities/identity/dto"
entity "git.ego.freeddns.org/egommerce/api-entities/identity/entity"
domain "git.ego.freeddns.org/egommerce/identity-service/domain/repository"
"github.com/go-redis/redis/v8"