PHP 클래스 Metaphore\Store\PredisStore

상속: implements Metaphore\Store\ValueStoreInterface, implements Metaphore\Store\LockStoreInterface
파일 보기 프로젝트 열기: sobstel/metaphore

보호된 프로퍼티들

프로퍼티 타입 설명
$predis

공개 메소드들

메소드 설명
__construct ( Client $predis )
add ( $key, $value, $ttl )
delete ( $key )
get ( $key )
set ( $key, $value, $ttl )

메소드 상세

__construct() 공개 메소드

public __construct ( Client $predis )
$predis Predis\Client

add() 공개 메소드

public add ( $key, $value, $ttl )

delete() 공개 메소드

public delete ( $key )

get() 공개 메소드

public get ( $key )

set() 공개 메소드

public set ( $key, $value, $ttl )

프로퍼티 상세

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

protected $predis