Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 782 Bytes

2022-03-22-redis-cart-persister.md

File metadata and controls

13 lines (13 loc) · 782 Bytes
title issue author author_email author_github
Redis cart persister
NEXT-20672
Oliver Skroblin
OliverSkroblin

Core

  • Added \Shopware\Core\Checkout\Cart\RedisCartPersister, which allows to persist the carts in Redis.
  • Added shopware.cart.redis_url config option to configure the Redis URL for the cart persister.
  • Added shopware.cart.compress config option to configure the compression of the cart data. This is not taken into account in the sql persister
  • Deprecated \Shopware\Core\Checkout\Cart\CartPersisterInterface, use \Shopware\Core\Checkout\Cart\AbstractCartPersister instead
  • Added new required parameter, with v6.5.0.0, salesChannelId in \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister::delete