Skip to content

Instantly share code, notes, and snippets.

@grantr
Created November 12, 2010 20:27
Show Gist options
  • Save grantr/674619 to your computer and use it in GitHub Desktop.
Save grantr/674619 to your computer and use it in GitHub Desktop.
"map": "function(doc) { if (doc.type == 'lock') { emit(doc.message_id, null) } else { emit(doc._id, doc) } }",
"reduce": "function(keys, values, rereduce) { if (values.length == 1) return values[0] }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment