메소드 | 설명 | |
---|---|---|
createCommand ( string $commandID, array $arguments = [] ) : Predis\Command\CommandInterface | Creates a new command instance. | |
supportsCommand ( string $commandID ) : boolean | Checks if the command factory supports the specified command. | |
supportsCommands ( array $commandIDs ) : string | Checks if the command factory supports the specified list of commands. |
public createCommand ( string $commandID, array $arguments = [] ) : Predis\Command\CommandInterface | ||
$commandID | string | Command ID. |
$arguments | array | Arguments for the command. |
리턴 | Predis\Command\CommandInterface |
public supportsCommand ( string $commandID ) : boolean | ||
$commandID | string | Command ID. |
리턴 | boolean |
public supportsCommands ( array $commandIDs ) : string | ||
$commandIDs | array | List of command IDs. |
리턴 | string |