Skip to content

Commit

Permalink
Merge pull request #17 from couchbaselabs/feature/sg_issue_1710
Browse files Browse the repository at this point in the history
Added Refresh() method for compatibility with Couchhbase bucket recovery of lost TAP feed
  • Loading branch information
adamcfraser authored Jun 21, 2016
2 parents d639c13 + 237ce29 commit abc5423
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crud.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,8 @@ func (bucket *lolrus) Incr(k string, amt, def uint64, exp int) (uint64, error) {
bucket._postTapMutationEvent(k, doc.Raw, doc.Sequence)
return counter, nil
}


func (bucket *lolrus) Refresh() error {
return nil;
}

0 comments on commit abc5423

Please sign in to comment.