PHP 클래스 Predis\Configuration\ClusterOption

저자: Daniele Alessandri ([email protected])
상속: implements Predis\Configuration\OptionInterface
파일 보기 프로젝트 열기: tillkruss/redis-object-cache 1 사용 예제들

공개 메소드들

메소드 설명
filter ( Predis\Configuration\OptionsInterface $options, $value )
getDefault ( Predis\Configuration\OptionsInterface $options )

보호된 메소드들

메소드 설명
createByDescription ( Predis\Configuration\OptionsInterface $options, string $id ) : Predis\Connection\Aggregate\ClusterInterface | null Creates a new cluster connection from on a known descriptive name.

메소드 상세

createByDescription() 보호된 메소드

Creates a new cluster connection from on a known descriptive name.
protected createByDescription ( Predis\Configuration\OptionsInterface $options, string $id ) : Predis\Connection\Aggregate\ClusterInterface | null
$options Predis\Configuration\OptionsInterface Instance of the client options.
$id string Descriptive identifier of the cluster type (`predis`, `redis-cluster`)
리턴 Predis\Connection\Aggregate\ClusterInterface | null

filter() 공개 메소드

public filter ( Predis\Configuration\OptionsInterface $options, $value )
$options Predis\Configuration\OptionsInterface

getDefault() 공개 메소드

public getDefault ( Predis\Configuration\OptionsInterface $options )
$options Predis\Configuration\OptionsInterface