Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 511 Bytes

2022-04-27-added-redis_prefix-env-variable.md

File metadata and controls

8 lines (8 loc) · 511 Bytes
title issue
Added REDIS_PREFIX env variable
NEXT-20971

Core

  • Added REDIS_PREFIX env variable which allows to prefix all redis keys created by shopware
  • Removed EntityDefinition type hint in IteratorFactory::createIterator and allows to provide only the entity name IteratorFactory::createIterator('product')
  • Deprecated \Shopware\Core\Framework\Adapter\Cache\RedisConnectionFactory::createConnection, use \Shopware\Core\Framework\Adapter\Cache\RedisConnectionFactory::create instead