February 2015
Intermediate to advanced
170 pages
3h 39m
English
The Couchbase Ruby SDK is a Python library wrapping the Couchbase C SDK. Before installing this library, the C library must be installed.
Currently, the latest version is 1.3. This SDK should be used for all development against Couchbase Server versions from 2.5 to 3.x.
Ruby users can find the Couchbase Ruby SDK through the gem package manager as follows:
$ gem install couchbase
The following snippet demonstrates the basics of using the Couchbase PHP SDK:
client = Couchbase.connect(:bucket=>'default', :host=>'localhost')
Read now
Unlock full access