Пример #1
0
 /**
  * Sets - count the number of unique values passed to a key
  *
  * @param string $metric
  * @param mixed $value
  * @return $this
  */
 public function set($metric, $value)
 {
     $this->client->set($metric, $value);
     return $this;
 }