DESCRIPTION

A map/reduce link phase for Data::Riak::Fast

SYNOPSIS

my $lp = Data::Riak::Fast::MapReduce::Phase::Link->new(
  bucket=> "foo",
  tag   => "friend",
  keep  => 0
);

bucket

The name of the bucket from which links should be followed.

tag

The name of the tag of links that should be followed

METHOD =head2 pack()

Serialize this link phase.