PHP 클래스 Predis\Cluster\RedisStrategy

저자: Daniele Alessandri ([email protected])
상속: extends ClusterStrategy
파일 보기 프로젝트 열기: nrk/predis

보호된 프로퍼티들

프로퍼티 타입 설명
$hashGenerator

공개 메소드들

메소드 설명
__construct ( Predis\Cluster\Hash\HashGeneratorInterface $hashGenerator = null )
getDistributor ( )
getSlotByKey ( $key )

메소드 상세

__construct() 공개 메소드

public __construct ( Predis\Cluster\Hash\HashGeneratorInterface $hashGenerator = null )
$hashGenerator Predis\Cluster\Hash\HashGeneratorInterface Hash generator instance.

getDistributor() 공개 메소드

public getDistributor ( )

getSlotByKey() 공개 메소드

public getSlotByKey ( $key )

프로퍼티 상세

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

protected $hashGenerator