You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well I think @roidrage is the most active, and he gets the notifications but he is pretty busy, maybe we can set something up to help out, like tagging issues etc.? Would be helpful if someone of the repo contributors could post some advise so riak-js can move forward especially thinking about the upcoming 2.0 release.
I am trying to do the following queries from client.query.
curl localhost:8098/buckets/bucket/index/$bucket/_
curl localhost:8098/buckets/bucket/index/index_bin/key
range query using $key
Am i missing something?
map reduce you can use this
riak.add({ bucket: bucket, index: "$bucket", key: "_"}).map('Riak.mapValuesJson').run();
thanks
The text was updated successfully, but these errors were encountered: