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 4dafc49 commit 39e9ac3Copy full SHA for 39e9ac3
lib/internal/Magento/Framework/Cache/Backend/Redis.php
@@ -32,6 +32,7 @@ public function __construct($options = [])
32
{
33
$this->preloadKeys = $options['preload_keys'] ?? [];
34
$options['use_lua'] = false;
35
+ $options['_useLua'] = true;
36
parent::__construct($options);
37
}
38
0 commit comments