Changes for version 0.15
- fixed link encoding (Simon Wistow)
- added stats method for REST
- added server_info method for PBC
- added list bucket support for both protocols (0.14+ for REST)
- added PBC support
- added Test::Riak for running tests on both protocols
- added disable_return_body flag, in REST mode prevents body being returned on store
- create new object without keys (SymKat <symkat@symkat.com>) (REST only)
- DEPRECATIONS
- $object->status please call $object->client->status (for REST only)
- $object->count_links, added ->has_links and ->all_links
- disable_return_body will become the default in 0.17
- support for providing multiple hosts when connecting (only supported by REST) all load balancing code to be moved out of Net::Riak by 0.17.
Modules
Interface to Riak
the riaklink object represents a link from one Riak object to another
Allows you to build up and run a map/reduce operation on Riak
holds meta information about a Riak object
role for REST operations
useragent for Net::Riak