Looking at Couchbase Python client, I don’t see how you can specify bucket type in order to create couchbase bucket type.
The client doesn’t allow you to specify bucket type.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Effectively it looks like it is missing in the wrapper, but you should be able to achieve this using the following code:
You can send couchbase or memcached
I will log a bug and that in the high level API.