Skip to content

Commit 4dafc49

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Redis extends \Cm_Cache_Backend_Redis
3131
public function __construct($options = [])
3232
{
3333
$this->preloadKeys = $options['preload_keys'] ?? [];
34+
$options['use_lua'] = false;
3435
parent::__construct($options);
3536
}
3637

setup/src/Magento/Setup/Validator/RedisConnectionValidator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public function isValidConnection(array $redisOptions)
2525
'db' => '',
2626
'password' => null,
2727
'timeout' => null,
28-
'persistent' => '',
29-
'use_lua' => false
28+
'persistent' => ''
3029
];
3130

3231
$config = array_merge($default, $redisOptions);

0 commit comments

Comments
 (0)