Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 ASP.NET 项目中使用Couchbase 3作为内存缓存。我想N1QL试一试。我想插入一些记录(连同它们的到期时间),然后想根据一些 JSON 属性进行查询。
N1QL
我已经浏览了它的文档,如下所示:
http://docs.couchbase.com/developer/java-2.0/documents-basics.html
但是,还没有发现如何将我的 JSON 文档与类型相关联。
任何人都可以帮助我如何实现这一目标?或者,至少向我指出一些包含大量信息的文档。