kopia lustrzana https://github.com/friendica/friendica
bug in redis delete function
rodzic
6ecaa5b15a
commit
f95c420801
|
@ -74,7 +74,8 @@ class RedisCacheDriver extends AbstractCacheDriver implements IMemoryCacheDriver
|
|||
|
||||
public function delete($key)
|
||||
{
|
||||
return $this->redis->delete($key);
|
||||
$cachekey = $this->getCacheKey($key);
|
||||
return ($this->redis->delete($cachekey) > 0);
|
||||
}
|
||||
|
||||
public function clear()
|
||||
|
|
Ładowanie…
Reference in New Issue