Quote from: MB Themes on January 18, 2023, 06:07:49 PMJust remove that auth line and thats itYou mean line 270Code: [Select] $this->_redis->auth($_config['password']);??
Just remove that auth line and thats it
$this->_redis->auth($_config['password']);
Some issues, one of them when i view ANY category.
if(NULL === $value) {
if(false === $value) {
if($_config['password'] != '') { $this->_redis->auth($_config['password']); }