Skip to content

Commit f493ec5

Browse files
authored
remove unused code (#49559)
1 parent 84d28db commit f493ec5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Illuminate/Redis/Connectors/PhpRedisConnector.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ public function connectToCluster(array $config, array $clusterOptions, array $op
6363
*/
6464
protected function buildClusterConnectionString(array $server)
6565
{
66-
return $this->formatHost($server).':'.$server['port'].'?'.Arr::query(Arr::only($server, [
67-
'database', 'password', 'prefix', 'read_timeout',
68-
]));
66+
return $this->formatHost($server).':'.$server['port'];
6967
}
7068

7169
/**

0 commit comments

Comments
 (0)