CouchDB icon indicating copy to clipboard operation
CouchDB copied to clipboard

Enable lazy/parallel requests via promises

Open h4cc opened this issue 10 years ago • 2 comments

Guzzle does offer using Promise structures for their responses. How about using these to offer parallel requests to CouchDB?

h4cc avatar Jul 09 '15 07:07 h4cc

Would be cool :+1:

Baachi avatar Jul 11 '15 07:07 Baachi

This could be integrated in a QueryBuilder, like this: $resultPromise = $builder->key('foo')->lazy()->execute();

:rocket:

h4cc avatar Jul 11 '15 07:07 h4cc