Table of Contents
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
| Method | Title |
|---|---|
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 |