PHP Class Predis\Command\ServerClient

Inheritance: extends Command
Afficher le fichier Open project: tillkruss/redis-object-cache

Méthodes publiques

Méthode Description
getId ( )
parseResponse ( $data )

Méthodes protégées

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

Method Details

getId() public méthode

public getId ( )

parseClientList() protected méthode

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

parseResponse() public méthode

public parseResponse ( $data )