Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
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
At the moment these settings are not used
Offline
Pages: 1