Example #1
0
 /**
  * @param  string                         $keys
  * @return \Kbrw\RiakBundle\Model\KV\Data
  */
 public function uniq($key)
 {
     return $this->riakKVServiceClient->uniq($this->cluster, $this, $key);
 }