Guest User

Untitled

a guest
Jun 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function(doc) {
  2. if(doc.url=='/expired') {
  3. emit('expired', doc.url);
  4. }
  5. }
  6.  
  7. function (key,vals,foo) {
  8. return vals.length;
  9. }
Add Comment
Please, Sign In to add comment