feat: update product key generation to include compression in repository API
This commit is contained in:
@@ -23,7 +23,7 @@ type apiRepository struct {
|
||||
}
|
||||
|
||||
func GetProductsKey(identifier string) string {
|
||||
return fmt.Sprintf("ozon:products:%s", identifier)
|
||||
return fmt.Sprintf("ozon:products:%s:compressed", identifier)
|
||||
}
|
||||
|
||||
func NewAPIRepository(marketplaceRepository marketplace.Repository) Repository {
|
||||
|
||||
Reference in New Issue
Block a user