Example #1
0
 /**
  * @param  array<string> | string          $keys
  * @return \Kbrw\RiakBundle\Model\KV\Datas
  */
 public function fetch($keys)
 {
     return $this->riakKVServiceClient->fetch($this->cluster, $this, $keys);
 }