Search:

Search all manuals
Search this manual
Manual
Couchbase API Reference 1.1
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
1 Couchbase Protocol Reference
Chapter Sections
Chapters

1.8. decr

Decrement the value of an existing numeric key. The Couchbase Server stores numbers as unsigned values. Therefore the lowest you can decrement is to zero.

decr key offset

Where:

Perl (Cache::Memcached::libmemcached)

Ruby (Fauna)

Java (spymemcached)

memcached text protocol

PHP (Couchbase PHP SDK)

.NET Client Library

Python