Search:

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

Membase Client Library: Python

Copyright © 2010-2013 Couchbase, Inc. Contact copyright@couchbase.com.

For documentation license information, see Documentation License. For all license information, see Licenses.

Abstract

This manual provides a reference to the key features and best practive for using the Python Membase Client Library (PECL memcached). The content constitutes a reference to the core API, not a complete guide to the entire API functionality.

Note.  The following document is still in production, and is not considered complete or exhaustive.

Last document update: 19 Jun 2013 21:39; Document built: 19 Jun 2013 21:39.

Documentation Availability and Formats.  This documentation is available for download: HTML Zip . For other documentation from Couchbase, see Couchbase Documentation Library

Contact: editors@couchbase.com or couchbase.com


Table of Contents

1. Getting Started
2. Membase Client Library: Python Method Summary
3. Membase Client Library: Python — Store Operations
3.1. Add Operations
3.2. Set Operations
3.3. Replace Operations
4. Membase Client Library: Python — Retrieve Operations
4.1. get Methods
4.2. getl Methods
4.3. Get-and-Touch (GAT) Methods
5. Membase Client Library: Python — Update Operations
5.1. Append Methods
5.2. Prepend Methods
5.3. Check-and-Set Methods
5.4. Delete Methods
5.5. Decrement Methods
5.6. Increment Methods
5.7. Touch Methods
6. Membase Client Library: Python — Statistic Operations
7. Membase Client Library: Python — Connection Operations
7.1. Done Method

List of Tables

2.1. Python Client Library Method Summary
3.1. Python Client Library Store Methods
4.1. Python Client Library Retrieval Methods
5.1. Python Client Library Update Methods
6.1. Python Client Library Statistics Methods