feat: update product key generation to include compression in repository API
This commit is contained in:
		@@ -26,7 +26,7 @@ type apiRepository struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func GetProductsKey(identifier string) string {
 | 
			
		||||
	return fmt.Sprintf("wb:products:%s", identifier)
 | 
			
		||||
	return fmt.Sprintf("wb:products:%s:compressed", identifier)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (a apiRepository) ParseMarketplace(ctx context.Context, marketplaceId int) (*marketplace.Marketplace, string, error) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user