Redis cache driver
Posted: Fri Nov 01, 2019 12:04 am
try install redis cache driver
now see https://github.com/opencart/opencart/co ... 3765652904
but still remain:
also replace delete with del
now work
P.S. Note: delete is an alias for del and will be removed in future versions of phpredis.
https://github.com/phpredis/phpredis
now see https://github.com/opencart/opencart/co ... 3765652904
but still remain:
Code: Select all
Function Redis::delete() is deprecated
Code: Select all
public function delete($key) {
$this->cache->del(CACHE_PREFIX . $key);
}
P.S. Note: delete is an alias for del and will be removed in future versions of phpredis.
https://github.com/phpredis/phpredis