I\'m totally new to couchbase.
This is the sample code I use for insert and get documents:
using (var bucket = Cluster.OpenBucket()) { var docume
I concur with Simon as well. Views to find the keys or N1QL. If you have not yet setup or interacted with N1QL, it is a very powerful language and a tutorial can be found here:
http://docs.couchbase.com/developer/n1ql-dp3/n1ql-intro.html