$mul operator

This commit is contained in:
Michael Klishin 2014-03-02 14:33:01 +04:00
parent 5a88eb89f7
commit c334f206ed

View file

@ -111,6 +111,8 @@
;; (monger.collection/update "scores" { :_id user-id } { :score 20 :bonus 10 } })
(defoperator $inc)
(defoperator $mul)
;; $set sets an existing (or non-existing) field (or set of fields) to value
;; $set supports all datatypes.
;;