Skip to content

Instantly share code, notes, and snippets.

@pentium10
Created March 21, 2014 14:53
Show Gist options
  • Save pentium10/d00d3d94bdc8be85220f to your computer and use it in GitHub Desktop.
Save pentium10/d00d3d94bdc8be85220f to your computer and use it in GitHub Desktop.
$results = $query->key_filter(array("between", "" . $min, "" . $max))
->map(('function(riakObject){return [{"key":riakObject.key, "document":riakObject.values[0].data}];}'))
->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment