コード例 #1
0
 /**
  * WARNING : this function may be slow and not suited to production uses.
  * See Riak documentation for closer details.
  * @return array<string>
  */
 public function keys()
 {
     return $this->riakBucketServiceClient->keys($this->cluster, $this);
 }