mirror of
https://github.com/friendica/friendica
synced 2025-04-28 08:24:23 +02:00
Bugfixings for getAllKeys()
This commit is contained in:
parent
8491f8660f
commit
7da6da6666
5 changed files with 8 additions and 7 deletions
|
@ -65,7 +65,7 @@ class MemcachedCacheDriver extends AbstractCacheDriver implements IMemoryCacheDr
|
|||
return $this->filterArrayKeysByPrefix($keys, $prefix);
|
||||
} else {
|
||||
logger('Memcached \'getAllKeys\' failed with ' . $this->memcached->getResultMessage(), LOGGER_ALL);
|
||||
return null;
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue