Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2020-08-14 15:08:45

testlast
Member
Registered: 2020-06-24
Posts: 17

Cache Settings (Redis or Memecache)

i have seen this in the settings
```
'memecache' =>
    array (
      'servers' =>
      array (
        0 =>
        array (
          'host' => '127.0.0.1',
          'port' => '11211',
          'weight' => 1,
        ),
      ),
    ),
    'redis' =>
    array (
      'server' =>
      array (
        'host' => 'localhost',
        'port' => 6379,
      ),
    ),
```
I know both of them are sort of data storage so in this should both be used or using one is enough

Offline

#2 2020-08-18 11:07:57

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Cache Settings (Redis or Memecache)

At the moment these settings are not used smile

Offline

Board footer