Is Couchbase Python client gevent safe and can be used within geven based application?
Hi there,
Yes, we have couchbase-python 0.8.2 with last trunk of gevent working well.
Please remember to include in your code:
from gevent import monkey monkey.patch_all()
Robin.
Hi there,
Yes, we have couchbase-python 0.8.2 with last trunk of gevent working well.
Please remember to include in your code:
Robin.