summary refs log tree commit diff
path: root/lib/Net/Riak/Bucket.pm
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2011-10-12 22:26:31 +0100
committerRobin Edwards <robin.ge@gmail.com>2011-10-12 22:26:31 +0100
commit50a3a7fe800a6f10e58062135594573d93ecd906 (patch)
treeb3c1e3d6c77b61e9a3ebd7f35d63bc0719546759 /lib/Net/Riak/Bucket.pm
parentupdated changelog (diff)
downloadnet-riak-50a3a7fe800a6f10e58062135594573d93ecd906.tar.gz
added warning for PBC users streaming keys
Diffstat (limited to 'lib/Net/Riak/Bucket.pm')
-rw-r--r--lib/Net/Riak/Bucket.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Net/Riak/Bucket.pm b/lib/Net/Riak/Bucket.pm
index 19f5d94..20495f9 100644
--- a/lib/Net/Riak/Bucket.pm
+++ b/lib/Net/Riak/Bucket.pm
@@ -194,7 +194,11 @@ If set to True, then writes with conflicting data will be stored and returned to
     my $keys = $bucket->get_keys;
     my $keys = $bucket->get_keys($args);
 
-Return an arrayref of the list of keys for a bucket. Optionally takes a hashref of named parameters. Supported parameters are:
+Return an arrayref of the list of keys for a bucket.
+
+Note for the PBC interface: you will need a separate instance of the client (i.e separate connection) if you want to preform actions on the keys whilst streaming them.
+
+Optionally takes a hashref of named parameters. Supported parameters are:
 
 =over 4