Predis\ClientContextInterface::__call PHP Метод

__call() публичный Метод

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.
Результат mixed
    public function __call($method, $arguments);