Guest User

Untitled

a guest
Jul 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. db.coll.group({
  2. key:{domain:true},
  3. reduce:function(obj,prev){
  4. prev.items.push(obj);
  5. },
  6. initial:{items:[]}
  7. });
Add Comment
Please, Sign In to add comment