Ejemplo n.º 1
0
 /**
  * @param string $bucket
  * @param int $step
  *
  * @return mixed
  */
 public function increment($bucket, $step = 1)
 {
     $this->driver->increment($bucket, $step);
 }