Search:

Search all manuals
Search this manual
Manual
Couchbase Developer's Guide 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
4 Storing Data
Chapter Sections
Chapters

4.1. About Keys, Values and Meta-data

4.1.1. Specifying Keys
4.1.2. Specifying Values
4.1.3. More on Metadata
4.1.4. Understanding Expiration

Earlier we briefly described how Couchbase Server stores information; the server stores all data as key-value pairs. A value can be a string, image, integers, or serialized objects, and valid JSON documents. In general, the Couchbase Server does not attempt to interpret any structure for the value you provide.