PHP 클래스 ManaPHP\Task\Metadata\Adapter\Redis

상속: extends ManaPHP\Component, implements ManaPHP\Task\Metadata\AdapterInterface
파일 보기 프로젝트 열기: manaphp/manaphp

보호된 프로퍼티들

프로퍼티 타입 설명
$_prefix string

공개 메소드들

메소드 설명
__construct ( string | array $options = [] ) Redis constructor.
delete ( string $key ) : void
exists ( string $key ) : boolean
get ( string $key ) : mixed | false
set ( string $key, mixed $value ) : void
setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static

메소드 상세

__construct() 공개 메소드

Redis constructor.
public __construct ( string | array $options = [] )
$options string | array

delete() 공개 메소드

public delete ( string $key ) : void
$key string
리턴 void

exists() 공개 메소드

public exists ( string $key ) : boolean
$key string
리턴 boolean

get() 공개 메소드

public get ( string $key ) : mixed | false
$key string
리턴 mixed | false

set() 공개 메소드

public set ( string $key, mixed $value ) : void
$key string
$value mixed
리턴 void

setDependencyInjector() 공개 메소드

public setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static
$dependencyInjector ManaPHP\DiInterface
리턴 static

프로퍼티 상세

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

protected string $_prefix
리턴 string