Yeah, JP and I weren't really keen on implementing it. But we know that the first thing that people were going to want to do was list the keys in a bucket.
I've actually had a number of people say that they only use this in a REPL, not in "production" scenarios, which is ok. As long as it's dev only, we're good. Perhaps we should compile this out in release builds :P OJ On Sat, Nov 10, 2012 at 3:37 AM, Mark Phillips <[email protected]> wrote: > On Fri, Nov 9, 2012 at 9:33 AM, Jeremiah Peschka > <[email protected]> wrote: > > Shazam! > > > https://github.com/DistributedNonsense/CorrugatedIron/blob/master/CorrugatedIron/RiakClient.cs#L541 > > > > Noooooooooooo. > > > There's also a StreamingListKeys operation that is somewhat less blocking > > that a straight up ListKeys. > > > > :) > > Mark > > > --- > > Jeremiah Peschka > > Founder, Brent Ozar Unlimited > > > > On Nov 9, 2012, at 9:14 AM, Kevin Burton <[email protected]> > wrote: > > > > Agreed that I would not try this in production. If possible I would still > > like to see if CI has a way to do this before I go and implement a custom > > web request to do this. > > > > On Nov 9, 2012, at 11:02 AM, Mark Phillips <[email protected]> wrote: > > > > On Fri, Nov 9, 2012 at 7:51 AM, Kevin Burton <[email protected]> > > wrote: > > > > I would like to get a list of all the keys in a particular bucket. I > would > > prefer the answer come in the form of a CorrugatedIron sample but a > general > > REST call would also be helpful. Is this possible? Thank you. > > > > > > This is well-documented in our docs [0]. Please note that this is > > > > *not* recommended for production use (as the page states). I took a > > > > quick look at the CorrugatedIron docs [1] and didn't find any details > > > > on how to do this which means that either a) I missed it or b) OJ and > > > > Jeremiah saved you a lot of production pain by not implementing it. :) > > > > > > Mark > > > > > > [0] > http://docs.basho.com/riak/latest/references/apis/http/HTTP-List-Keys/ > > > > [1] http://corrugatediron.org/documentation/Basics.Querying.html > > > > > > _______________________________________________ > > > > riak-users mailing list > > > > [email protected] > > > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > > > > _______________________________________________ > > riak-users mailing list > > [email protected] > > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > -- OJ Reeves +61 431 952 586 http://buffered.io/
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
