Details
-
Improvement
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
Server Tooling & Methods
Description
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})
|
>
|