title | issue |
---|---|
Added REDIS_PREFIX env variable |
NEXT-20971 |
- Added
REDIS_PREFIX
env variable which allows to prefix all redis keys created by shopware - Removed
EntityDefinition
type hint inIteratorFactory::createIterator
and allows to provide only the entity nameIteratorFactory::createIterator('product')
- Deprecated
\Shopware\Core\Framework\Adapter\Cache\RedisConnectionFactory::createConnection
, use\Shopware\Core\Framework\Adapter\Cache\RedisConnectionFactory::create
instead