game 테이블을 KVStorage로 일부 대체
This commit is contained in:
@@ -154,6 +154,7 @@ class KVStorage{
|
||||
$result = [];
|
||||
$notExists = [];
|
||||
|
||||
//TODO: DB Select에서 as를 쓸 수 있으면 좋을 듯.
|
||||
foreach($keys as $key){
|
||||
if(!key_exists($key, $this->cacheData)){
|
||||
$notExists[] = $key;
|
||||
|
||||
Reference in New Issue
Block a user