Example #1
0
 /**
  * @param  array<string> $keys
  * @return boolean
  */
 public function delete($keys)
 {
     return $this->riakKVServiceClient->delete($this->cluster, $this, $keys);
 }