Redis Client Configuration options.
package |
Default |
---|
__construct( $redisOptions = null)
mixed | null
addEndpoint( $endpoints) : $this
SocketAddress
$this
getEndpoint() : \io\vertx\jphp\core\net\SocketAddress
getEndpoints() : array
array
getMasterName() : string
string
getMaxNestedArrays() : integer
integer
getMaxWaitingHandlers() : integer
integer
getNetClientOptions() : \io\vertx\jphp\core\net\NetClientOptions
getPassword() : string
string
getRole() : string
string
getSelect() : integer
integer
getType() : string
string
getUseSlave() : string
string
setEndpoint( $endpoint) : $this
SocketAddress
$this
setEndpoints( $endpoints) : $this
SocketAddress
$this
setMasterName( $masterName) : $this
string
$this
setMaxNestedArrays( $maxNestedArrays) : $this
integer
$this
setMaxWaitingHandlers( $maxWaitingHandlers) : $this
integer
$this
setNetClientOptions( $netClientOptions) : $this
NetClientOptions|array
$this
setPassword( $password) : $this
string
$this
setRole( $role) : $this
string
$this
setSelect( $select) : $this
integer
$this
setType( $type) : $this
string
$this
setUseSlave( $useSlave) : $this
string
$this