Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 178 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 178 Bytes

In the mongo console you can do an $unset like so:

db.Things.update({a:1},{$unset:{b:''}})

The server picks up the 'changed' event, but the change is not pushed to the client.