We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6e7f3 commit 1ed059cCopy full SHA for 1ed059c
lib/internal/Magento/Framework/Cache/Backend/Redis.php
@@ -52,7 +52,7 @@ public function load($id, $doNotTestCacheValidity = false)
52
}
53
54
$redisResponse = $redis->exec();
55
- $this->preloadedData = $redisResponse ?
+ $this->preloadedData = is_array($redisResponse) ?
56
array_filter(array_combine($this->preloadKeys, $redisResponse)) :
57
[];
58
0 commit comments