PHP 클래스 Predis\Command\ServerClient

상속: extends Command
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
getId ( )
parseResponse ( $data )

보호된 메소드들

메소드 설명
parseClientList ( string $data ) : array Parses the response to CLIENT LIST and returns a structured list.

메소드 상세

getId() 공개 메소드

public getId ( )

parseClientList() 보호된 메소드

Parses the response to CLIENT LIST and returns a structured list.
protected parseClientList ( string $data ) : array
$data string Response buffer.
리턴 array

parseResponse() 공개 메소드

public parseResponse ( $data )