Search:

Search all manuals
Search this manual
Manual
Membase Manual 1.7
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
5 Membase Architecture
Chapter Sections
Chapters

5.3. Additional Protocol Operations

5.3. TAP Protocol
5.3. Other Extensions
5.3.1. getl extended operations

Membase has a method of adding new operations and extending protocol. This allows developers and contributors to experiment with new capabilities, then either add them to Membase as an extension or contribute it to the memcached core, as required.

TAP Protocol

The TAP protocol is one such extension which is somewhat special, and is proposed for inclusion in memcached 1.6.

Other Extensions

Other protocol extensions include:

getl/unl: Get an item with a lock that has a timeout. It can then be unlocked with either a CAS operation or with an explicit unlock command.