/**
  * {@inheritdoc}
  */
 public function inc($name, $delta = 1)
 {
     return $this->driver->inc($this->prefix . $name);
 }