ProcessorInterface
in
A command processor processes Redis commands before they are sent to Redis.
Tags
Table of Contents
- process() : mixed
- Processes the given Redis command.
Methods
process()
Processes the given Redis command.
public
process(CommandInterface $command) : mixed
Parameters
- $command : CommandInterface
-
Command instance.