Your IP : 216.73.216.52


Current Path : /proc/thread-self/root/home/deltalab/Magento/docker-magento2/magento2/redis/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/Magento/docker-magento2/magento2/redis/system_fpc.conf

'cache' =>
array(
   'frontend' =>
   array(
      'default' =>
      array(
         'backend' => 'Cm_Cache_Backend_Redis',
         'backend_options' =>
         array(
            'server' => 'redis_system',
            'database' => '0',
            'port' => '6379'
            ),
    ),
    'page_cache' =>
    array(
      'backend' => 'Cm_Cache_Backend_Redis',
      'backend_options' =>
       array(
         'server' => 'redis_system',
         'port' => '6379',
         'database' => '1',
         'compress_data' => '0'
       )
    )
  )
),