PHP Class Predis\Command\SetScan

Author: Daniele Alessandri ([email protected])
Inheritance: extends Predis\Command\PrefixableCommand
Datei anzeigen Open project: tillkruss/redis-object-cache

Public Methods

Method Description
getId ( )

Protected Methods

Method Description
filterArguments ( array $arguments )
prepareOptions ( array $options ) : array Returns a list of options and modifiers compatible with Redis.

Method Details

filterArguments() protected method

protected filterArguments ( array $arguments )
$arguments array

getId() public method

public getId ( )

prepareOptions() protected method

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