1. 排序,查看按时间倒序排列的最近几条记录
db.inventory.find().sort({‘time‘:-1}).limit(10)
常用的MongoDB命令总结
原文:http://www.cnblogs.com/zhouweihit/p/4719602.html