Throw an exception:
PHP Warning: RedisCluster::__construct() expects at most 5 parameters, 6 given in /www/framework/cache/redis.php on line 79
the code :
$this->credis = new RedisCluster(null,$redis_connect_config,2,2,true,$password);
My redis auth is open;
How to achieve?