PHP Class Predis\Command\ServerClient

Inheritance: extends Command
Datei anzeigen Open project: tillkruss/redis-object-cache

Public Methods

Method Description
getId ( )
parseResponse ( $data )

Protected Methods

Method Description
parseClientList ( string $data ) : array Parses the response to CLIENT LIST and returns a structured list.

Method Details

getId() public method

public getId ( )

parseClientList() protected method

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

parseResponse() public method

public parseResponse ( $data )