PHP Класс RedisArray

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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