summary refs log tree commit diff
path: root/lib/Net/Riak/Bucket.pm
diff options
context:
space:
mode:
authorSimon Wistow <simon@thegestalt.org>2011-01-28 11:19:47 -0800
committerSimon Wistow <simon@thegestalt.org>2011-01-28 11:19:47 -0800
commit40906966a4262bac5feaf4f0799f1a24c1308649 (patch)
tree1910f9e0d7af3c648b846416aefd1c60c3fc403b /lib/Net/Riak/Bucket.pm
parentAllow creating of new_objects without keys (diff)
downloadnet-riak-40906966a4262bac5feaf4f0799f1a24c1308649.tar.gz
Docs
Diffstat (limited to 'lib/Net/Riak/Bucket.pm')
-rw-r--r--lib/Net/Riak/Bucket.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Net/Riak/Bucket.pm b/lib/Net/Riak/Bucket.pm
index cc48149..2bc334e 100644
--- a/lib/Net/Riak/Bucket.pm
+++ b/lib/Net/Riak/Bucket.pm
@@ -215,6 +215,8 @@ DW value setting for this client (default 2)
 
 Create a new L<Net::Riak::Object> object. Additional Object constructor arguments can be passed after $data. If $data is a reference and no explicit Object content_type is given in @args, the data will be serialised and stored as JSON.
 
+If $key is passed as C<undef> then an autogenerated key will be provided by Riak.
+
 =item get
 
     my $obj = $bucket->get($key, [$r]);