Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: Python 1.0
Community Wiki and Resources
Download Client Library
Python Client Library
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Couchbase Client Library: Python 1.0
Child Sections
Chapters

Chapter 5. Retrieve Operations

Table of Contents

5.1. get Methods
5.2. getl Methods
5.3. Get-and-Touch (GAT) Methods

The retrieve operations get information from the Couchbase database. A summary of the available API calls is listed below.

Table 5.1. Python Client Library Retrieval Methods

MethodTitle
object.gat(key, expiry) Get a value and update the expiration time for a given key
object.get(key [, vbucket ]) Get one or more key values
object.getl(key [, getl-expiry ]) Get the value for a key, lock the key from changes
object.getMulti(keyn) Get one or more key values