标签: node.js couchbase
有没有办法使用节点js couchbase db驱动程序来查找数据库中的所有现有密钥?我刚刚迁移了云,现在加载数据后,我所有的get方法都返回了:
{[CouchbaseError: The key does not exist on the server] message: 'The key does not exist on the server', code: 13 }
是否存在我无法在文档中找到的api调用,只返回文档键列表?
答案 0 :(得分:0)
最好的方法是使用N1QL创建主索引和查询。文档涵盖doing a query,而且仅适用于meta().id
meta().id