Пример #1
0
 /**
  * @param $key
  * @param int $by
  * @return float|int
  */
 public function increment($key, $by = 1, $fldName = null)
 {
     return $this->client->incrByFloat($key, $by);
 }