Question at the bottom, thanks.

On Sat, Jun 20, 2015 at 1:10 PM, tele <t...@rhizomatica.org> wrote:
> Hi All,
>
> This is going to be a long post but it explains exactly how to
> reproduce the issue.

Code listing:

> print 'cache content keys'
> content_keys = []
> #content_keys = content_bucket.get_keys()
> for keys in content_bucket.stream_keys():
>         for key in keys:
>                 content_keys.append(key)

Do you run into the same issue if you use get_keys() rather than stream_keys() ?

--
Luke Bakken
Engineer
lbak...@basho.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to