class ExportRedisCacheCommand extends ContainerAwareCommand

Class ExportRedisCacheCommand - export redis cache to file

Traits

Trait LogCommandTrait - contains logic for formatting log message

Properties

Logger $logger from LogCommandTrait

Methods

string
getLogMessage(string $message)

Format log message

configure()

No description

execute(InputInterface $input, OutputInterface $output)

Export redis cache to file

Details

in LogCommandTrait at line 31
string getLogMessage(string $message)

Format log message

Parameters

string $message

Return Value

string

at line 29
protected configure()

See also

Command

at line 42
protected execute(InputInterface $input, OutputInterface $output)

Export redis cache to file

Parameters

InputInterface $input
OutputInterface $output