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.6. Retrieving Information

2.6.1. Get
2.6.2. Retrieving Multiple Keys
2.6.3. Get and Touch

These operations are used for retrieving information from Couchbase and exist for all SDKs provided by Couchbase. They include get, performing a multiple-retrieve, get-and-touch, and get-with-CAS. They enable you to retrieve individual items of information, retrieve data as a collection of items, retrieve data while updating the expiration date for the data, and retrieving a value and the CAS value for item.