Data-Riak
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
## ping
Tests to see if the specified Riak server is answering. Returns 0 for no, 1 for
yes.
## status
Attempts to retrieve information about the performance and configuration of the
Riak node. Returns a hash reference containing the data provided by the
`/stats` endpoint of the Riak node or throws an exception if the status
information could not be retrieved.
## \_buckets
Get the list of buckets. This is NOT RECOMMENDED for production systems, as Riak
has to essentially walk the entire database. Here purely as a tool for debugging
and convenience.
## bucket ($name)
lib/Data/Riak.pm view on Meta::CPAN
=head2 ping
Tests to see if the specified Riak server is answering. Returns 0 for no, 1 for
yes.
=head2 status
Attempts to retrieve information about the performance and configuration of the
Riak node. Returns a hash reference containing the data provided by the
C</stats> endpoint of the Riak node or throws an exception if the status
information could not be retrieved.
=head2 _buckets
Get the list of buckets. This is NOT RECOMMENDED for production systems, as Riak
has to essentially walk the entire database. Here purely as a tool for debugging
and convenience.
=head2 bucket ($name)
( run in 0.678 second using v1.01-cache-2.11-cpan-b61123c0432 )