PHP 클래스 RedisArray

파일 보기 프로젝트 열기: ukko/phpredis-phpdoc 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $name = '', array $hosts = NULL, array $opts = NULL ) Constructor
_function ( ) : string
_hosts ( ) : array
_rehash ( ) Use this function when a new node is added and keys need to be rehashed.
_target ( string $key ) : string

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $name = '', array $hosts = NULL, array $opts = NULL )
$name string Name of the redis array to create (required if using redis.ini to define array)
$hosts array Array of hosts to construct the array with
$opts array Array of options

_function() 공개 메소드

public _function ( ) : string
리턴 string the name of the function used to extract key parts during consistent hashing

_hosts() 공개 메소드

public _hosts ( ) : array
리턴 array list of hosts for the selected array

_rehash() 공개 메소드

Use this function when a new node is added and keys need to be rehashed.
public _rehash ( )

_target() 공개 메소드

public _target ( string $key ) : string
$key string The key for which you want to lookup the host
리턴 string the host to be used for a certain key