I am using CouchDB as my noSQL database for a CRM solution. CouchDB uses a master-master replication. Compared to this mongodb uses a master-slave replication.
Being a little newcomer to NoSQL,
I would like to clearly understand what are the benefits of a master-master replication over master-slave replication.