Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function decrement($variable)
 {
     $this->credis_client->decr($variable);
 }