connect(env('redis.host')); $redisInstance->auth(env('redis.auth')); return $redisInstance; } }