Add a server to the connection pool
addServer host port [ weight ]Where:
host (binary) -
Hostname or numeric IP address
port (integer) -
TCP Port Number
weight (integer) -
Weight of a server in the connection pool
PHP (Couchbase PHP SDK)
$object->addServer($host, $port [, $weight ])
Returns: scalar (
Binary object
)