Predis\ClientContextInterface::__call PHP Method

__call() public method

Sends the specified command with its arguments to Redis.
public __call ( string $method, array $arguments ) : mixed
$method string Command ID.
$arguments array Arguments for the command.
return mixed
    public function __call($method, $arguments);