Monday, 17 April 2017

Nodejs: See what keys exist in Couchbase DB

Is there a way using the node js couchbase db driver to find all existing keys in the database? I just migrated clouds and now after loading the data all my get methods return:

{[CouchbaseError: The key does not exist on the server] message: 'The key does not exist on the server', code: 13 }

Is there an api call that I couldn't find in the documentation that just returns a list of document keys?



via discodane

No comments:

Post a Comment