コード例 #1
0
 /**
  * Update the map in Riak by removing the set mapped to the provided key.
  *
  * @param string $key
  *
  * @return \Riak\Client\Command\DataType\StoreMap
  */
 public function removeSet($key)
 {
     $this->update->removeSet($key);
     return $this;
 }