PredisConnector
class PredisConnector implements Connector (View source)
Methods
connect(array $config, array $options)
Create a new connection.
connectToCluster(array $config, array $clusterOptions, array $options)
Create a new clustered Predis connection.
array
formatHost(array $config)
Format the host using the scheme if available.
Details
Connection
connect(array $config, array $options)
Create a new connection.
Connection
connectToCluster(array $config, array $clusterOptions, array $options)
Create a new clustered Predis connection.
protected array
formatHost(array $config)
Format the host using the scheme if available.