How to retrive multiple documents in Python client?

Currently, the Couchbase Python client doesn’t implement getMulti() method yet. How can I retrive or write multiple document in bulk?

Hello Wave,
As you have noticed it is not yet implemented, so to you have to loop on the key and do simple get.
The task is created in the project :http://www.couchbase.com/issues/browse/PYCBC-49
Community and Team will work more on the Python SDK now that Couchbase 2.0 is out.
Regards

Hello,
In addition to my previous comment I invite you to look at this blog post explaining our work around the Python SDK:
What’s up with the Python Couchbase SDK
http://blog.couchbase.com/whats-python-couchbase-sdk
Regards