class Moped::Protocol::GetMore

The Protocol class for retrieving more documents from a cursor.

@example Get more results using database default limit

insert = GetMore.new "moped", "people", 29301021, 0

@example Get more results using custom limit

insert = Insert.new "moped", "people", 29301021, 10

@example Setting the request id

insert = Insert.new "moped", "people", 29301021, 10,
  request_id: 123