diff --git a/src/map-reduce.lisp b/src/map-reduce.lisp index 3a91a2b..8fb33f3 100644 --- a/src/map-reduce.lisp +++ b/src/map-reduce.lisp @@ -4,7 +4,7 @@ mongo map reduce |# -(defmacro $map-reduce (collection map reduce &key (query nil) (limit 0) (out nil) +(defmacro $map-reduce (collection map reduce &key (query nil) (limit nil) (out nil) (keeptemp nil) (finalize nil) (verbose t)) "Run map reduce on the mongo server. map and reduce are either the names of the javascript functions, created with defjs or defsrvjs or are function definitions in javascript. @@ -16,8 +16,7 @@ When using :keeptemp t without specificing :out the collection is mr.