-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Shell
-
Server Tooling & Methods
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Similar to *nix shells, add a helper to print out history buffer of commands:
> history 7
db.test.find()
db.test.drop()
db.test.insert({})
db.test.ensureIndex()
db.test.ensureIndex({a:1,b:-1,unique:1})
db.test.dropIndexes()
db.test.ensureIndex({a:1,b:-1},{unique:true,background:true})
>