PHP 클래스 Phive\Queue\RedisQueue

상속: implements Phive\Queue\Queue
파일 보기 프로젝트 열기: rybakit/phive-queue 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Redis $redis )
clear ( )
count ( )
pop ( )
push ( $item, $eta = null )

보호된 메소드들

메소드 설명
assertResult ( mixed $result )

메소드 상세

__construct() 공개 메소드

public __construct ( Redis $redis )
$redis Redis

assertResult() 보호된 메소드

protected assertResult ( mixed $result )
$result mixed

clear() 공개 메소드

public clear ( )

count() 공개 메소드

public count ( )

pop() 공개 메소드

public pop ( )

push() 공개 메소드

public push ( $item, $eta = null )