__construct()
__construct(string $node, integer $port = 11211, string $persist_id = NULL, string $prefix = NULL)
Constructor.
If $persist_id is NULL, a new connection is established. Otherwise, a persistent connection may be reused.
If $prefix is not NULL, keys will automatically be prefixed with the specified prefix string.
Parameters
string | $node | The hostname or IP address of the server. |
integer | $port | The port number. |
string | $persist_id | Persistent connection ID. |
string | $prefix | Auto-prefix for keys. |