From 50a3a7fe800a6f10e58062135594573d93ecd906 Mon Sep 17 00:00:00 2001 From: Robin Edwards Date: Wed, 12 Oct 2011 22:26:31 +0100 Subject: added warning for PBC users streaming keys --- lib/Net/Riak/Bucket.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/Net') 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 -- cgit 1.4.1