PHP Class Predis\Command\RawCommand
This command class does not filter input arguments or parse responses, but
can be used to leverage the standard Predis API to execute any command simply
by providing the needed arguments following the command signature as defined
by Redis in its documentation.
Show file
Open project: nrk/predis
Class Usage Examples
Public Methods
Method Details
__construct()
public method
create()
public static method
Creates a new raw command using a variadic method.
public static create ( string $commandID ) : Predis\Command\CommandInterface |
$commandID |
string |
Redis command ID. |
return |
Predis\Command\CommandInterface |
|
getArgument()
public method
getArguments()
public method
parseResponse()
public method
setArguments()
public method
setRawArguments()
public method