PHP Class Predis\Command\ZSetRange

Author: Daniele Alessandri ([email protected])
Inheritance: extends Command
Afficher le fichier Open project: tillkruss/redis-object-cache Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
filterArguments ( array $arguments )
prepareOptions ( array $options ) : array Returns a list of options and modifiers compatible with Redis.
withScores ( ) : boolean Checks for the presence of the WITHSCORES modifier.

Method Details

filterArguments() protected méthode

protected filterArguments ( array $arguments )
$arguments array

getId() public méthode

public getId ( )

parseResponse() public méthode

public parseResponse ( $data )

prepareOptions() protected méthode

Returns a list of options and modifiers compatible with Redis.
protected prepareOptions ( array $options ) : array
$options array List of options.
Résultat array

withScores() protected méthode

Checks for the presence of the WITHSCORES modifier.
protected withScores ( ) : boolean
Résultat boolean