标签: meteor
我想使用本地(非支持)mongo集合作为缓存,但我需要限制它以使其不会爆炸。有谁知道这样做的好方法?
e.g。
Cache._createCappedCollection(1024 * 1024 * 10); // 10MB
如果我们正在使用mongo集合,则上述工作正常,但如果该集合未支持,那么它会抛出错误:Error("Can only call _createCappedCollection on server collections")
Error("Can only call _createCappedCollection on server collections")