PHP 클래스 Predis\Cluster\PredisStrategy

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

보호된 프로퍼티들

프로퍼티 타입 설명
$distributor

공개 메소드들

메소드 설명
__construct ( Predis\Cluster\Distributor\DistributorInterface $distributor = null )
getDistributor ( )
getSlotByKey ( $key )

보호된 메소드들

메소드 설명
checkSameSlotForKeys ( array $keys )

메소드 상세

__construct() 공개 메소드

public __construct ( Predis\Cluster\Distributor\DistributorInterface $distributor = null )
$distributor Predis\Cluster\Distributor\DistributorInterface Optional distributor instance.

checkSameSlotForKeys() 보호된 메소드

protected checkSameSlotForKeys ( array $keys )
$keys array

getDistributor() 공개 메소드

public getDistributor ( )

getSlotByKey() 공개 메소드

public getSlotByKey ( $key )

프로퍼티 상세

$distributor 보호되어 있는 프로퍼티

protected $distributor