Re: trying to list keys in a bucket

2011-01-05 Thread Sean Cribbs
Try using ?keys=stream which will return a bunch of JSON objects with key-lists of varying lengths. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Jan 5, 2011, at 4:15 PM, Jon Brisbin wrote: > I'm working on a Java classloader that pulls class files from Riak inst

trying to list keys in a bucket

2011-01-05 Thread Jon Brisbin
I'm working on a Java classloader that pulls class files from Riak instead of a JAR file. Right now, I'm working on the utility that loads the contents of a local JAR file into Riak. This works fine, but I thought I'd cross my fingers and see if I could list the keys in that bucket to get a list