PHP 클래스 Webmozart\KeyValueStore\PredisStore

부터: 1.0
저자: Bernhard Schussek ([email protected])
저자: Titouan Galopin ([email protected])
상속: extends AbstractRedisStore
파일 보기 프로젝트 열기: webmozart/key-value-store 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Predis\ClientInterface $client = null ) Creates a store backed by a Predis client.

보호된 메소드들

메소드 설명
clientClear ( )
clientExists ( $key )
clientGet ( $key )
clientGetMultiple ( array $keys )
clientKeys ( )
clientNotFoundValue ( )
clientRemove ( $key )
clientSet ( $key, $value )

메소드 상세

__construct() 공개 메소드

If no client is passed, a new one is created using the default server "127.0.0.1" and the default port 6379.
public __construct ( Predis\ClientInterface $client = null )
$client Predis\ClientInterface The client used to connect to Redis.

clientClear() 보호된 메소드

protected clientClear ( )

clientExists() 보호된 메소드

protected clientExists ( $key )

clientGet() 보호된 메소드

protected clientGet ( $key )

clientGetMultiple() 보호된 메소드

protected clientGetMultiple ( array $keys )
$keys array

clientKeys() 보호된 메소드

protected clientKeys ( )

clientNotFoundValue() 보호된 메소드

protected clientNotFoundValue ( )

clientRemove() 보호된 메소드

protected clientRemove ( $key )

clientSet() 보호된 메소드

protected clientSet ( $key, $value )