Predis\ClientInterface::__call PHP Method

__call() public method

Creates a Redis command with the specified arguments and sends a request to the server.
public __call ( string $method, array $arguments ) : mixed
$method string Command ID.
$arguments array Arguments for the command.
return mixed
    public function __call($method, $arguments);