You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidArgumentException(sprintf('"%s()" expects parameter 1 to be Redis, RedisArray, RedisCluster or Predis\ClientInterface, "%s" given.', __METHOD__, get_debug_type($redisClient)));
thrownewInvalidArgumentException(sprintf('"%s()" expects parameter 1 to be Redis, RedisArray, RedisCluster or Predis\ClientInterface, "%s" given.', __METHOD__, get_debug_type($redis)));
63
63
}
64
64
65
-
if ($redisClientinstanceof \Predis\ClientInterface && $redisClient->getOptions()->exceptions) {
66
-
$options = clone$redisClient->getOptions();
65
+
if ($redisinstanceof \Predis\ClientInterface && $redis->getOptions()->exceptions) {
0 commit comments