eate.pl model ModelName Riak http:/192.168.0.1:8089 900
# In you controller use
my $coder = JSON::XS->new->utf8->pretty->allow_nonref;
#
# Set bucket
#
$c->model("ModelName")->bucket('Buck
eate
Creates a new key/value pair
$c->model("ModelName")->create({ key => 'keyname', value => $json_data });
=head2 delete
Deletes a key/value pair
=head2 get
Get a key/value pair from the ri
head2 update
Update a key/value pair
$c->model('ModelName')->update( { key => 'key', value => $json_data } );
=head2 dw
Get or set the number of partitions to wait for write confirmation
=head2