redis = new \Redis(); $this->redis->connect($this->host, $this->port); $this->redis->auth($this->password); return $this->redis; } private function __construct() { } private function __clone() { } }