-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Hi,
I can see you can weight servers in the php session config settings, but how do you weight servers yourself? Sorry if I'm missing something, I don't see this documented.
It would be nice to do something like this:
$redis = new Redis();
foreach ($connection as $ip => $weight)
$redis->pconnect($ip, $port, $timeout, $weight);
Metadata
Metadata
Assignees
Labels
No labels