Example #1
0
 /**
  * {@inheritdoc}
  */
 public function increment($name, $delta = 1)
 {
     return $this->driver->increment($this->options['prefix'] . $name);
 }