Search:

Search all manuals
Search this manual
Manual
Couchbase Developer's Guide 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
2 Using Couchbase SDKs
Chapter Sections
Chapters

2.2. Core Couchbase Operations

In general, all Couchbase SDKs provide the same core set of methods to interact and transact with the Couchbase Server's data stores. Common features across all SDKs include:

The following describes major data store operations you can perform in your web application using the Couchbase Client. Language-specific variations in the SDK's do exist; please consult your chosen SDK's Language Reference for details specific to the SDK at Develop with Couchbase .

Note: If you use the text-based memcache protocol to communicate with Couchbase Server, you will need to use moxi as a message proxy. For more information, see Moxi Manual 1.8 .