Group
Extension

Matches 1

Catalyst-Model-Riak ( N/NL/NLTBO/Catalyst-Model-Riak-0.07.tar.gz, NLTBO, 2013; MetaCPAN )
Catalyst-Model-Riak/lib/Catalyst/Model/Riak.pm ( view source; MetaCPAN )
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 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.