I love this mailing list

Thank you Daniil! I had almost exactly the first thing you recommended, but
the example I found had a slightly different notation, and was throwing
errors that I couldn't figure out.

Your example seems to be working, and I think I can get past my issue

Thanks again

On Thu, Jan 17, 2013 at 10:30 PM, Daniil Churikov <ddo...@gmail.com> wrote:

> Another option, if you want range query:
>
>     {ok, C} = riak:local_client(),
>     {ok, Keys} = C:get_index(<<"bucket_name">>, {range, <<"key_name_bin">>,
> KeyStart, KeyTo}),
>     ...
>
>
>
> --
> View this message in context:
> http://riak-users.197444.n3.nabble.com/Using-the-Local-Client-from-a-riak-attach-session-tp4026572p4026578.html
> Sent from the Riak Users mailing list archive at Nabble.com.
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.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