Cache prefix
This commit is contained in:
@@ -152,7 +152,7 @@ class Cache extends BaseConfig
|
||||
*
|
||||
* @var array<string, int|string|null>
|
||||
*/
|
||||
public $redis2 = [
|
||||
public $redis22 = [
|
||||
'host' => '10.0.0.112',
|
||||
'password' => 'adae59706edf22f9f61180578cd16cc2038703c7230ae012e3c783ace1d09d64',
|
||||
'port' => 6379,
|
||||
@@ -166,6 +166,7 @@ class Cache extends BaseConfig
|
||||
'port' => 6378,
|
||||
'timeout' => 0,
|
||||
'database' => 0,
|
||||
'prefix' => 'TOKSLAW',
|
||||
];
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user