Skip to content

Commit 39e9ac3

Browse files
committed
AC-10860::Investigate colinmollenhour/cache-backend-redis and colinmollenhour/credis latest versions
1 parent 4dafc49 commit 39e9ac3

File tree

1 file changed

+1
-0
lines changed
  • lib/internal/Magento/Framework/Cache/Backend

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Cache/Backend/Redis.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct($options = [])
3232
{
3333
$this->preloadKeys = $options['preload_keys'] ?? [];
3434
$options['use_lua'] = false;
35+
$options['_useLua'] = true;
3536
parent::__construct($options);
3637
}
3738

0 commit comments

Comments
 (0)