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