'tcp', 'host' => env('redis.host'), 'port' => env('redis.port'), 'password'=>env('redis.password') ]); } return self::$client; } }