GuzzlePHP allows to send requests concurrently (using curl_multi_exec). How can it be implemented in riak-client? I am willing to work on that.
http://docs.guzzlephp.org/en/latest/clients.html#batching-requests
Can it be implemented by adding metod batch(array $riakCommands) to Riak\Client\RiakClient (and to all internally called interfaces) ?