Skip to content

Instantly share code, notes, and snippets.

@pentium10
Created March 21, 2014 14:51
Show Gist options
  • Save pentium10/5567d38d9670f0ffecdb to your computer and use it in GitHub Desktop.
Save pentium10/5567d38d9670f0ffecdb to your computer and use it in GitHub Desktop.
foreach ($keys as $key) {
if ($query) {
$query->add($this->getBucketName(), $key);
} else {
$query = $this->riak->add($this->getBucketName(), $key);
}
}
$results = $query->map(('function(riakObject){return [{"key":riakObject.key, "document":riakObject.values}];}'))->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment