Skip to content

Instantly share code, notes, and snippets.

View Stepa4man's full-sized avatar

Stepan Furman Stepa4man

  • TechDivision
  • Germany
View GitHub Profile
@Stepa4man
Stepa4man / Magento 2 Redis configuration
Last active July 30, 2019 07:02
Magento 2 amqp configuration
,
'cache' => [
'frontend' => [
'default' => [
'id_prefix' => 'c49_',
'backend' => 'Cm_Cache_Backend_Redis',
'backend_options' => [
'server' => '172.16.238.14',
'port' => '6379',
'persistent' => '',