add imdb dependencies

This commit is contained in:
xiaomlove
2021-01-08 02:25:26 +08:00
parent 5d68fc2057
commit 9504312976
23 changed files with 6975 additions and 26 deletions

View File

@@ -307,7 +307,7 @@ class RedisCache {
}
function getKeyHits ($type='read') {
return (array)$this->keyHits[$type];
return $this->keyHits[$type] ?? [];
}
/**