Search:

Search all manuals
Search this manual
Manual
Membase Client Library: Python
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Membase Client Library: Python
Child Sections
Chapters

Chapter 4. Membase Client Library: Python — Retrieve Operations

Table of Contents

4.1. get Methods
4.2. getl Methods
4.3. Get-and-Touch (GAT) Methods

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

Table 4.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