/** * {@inheritdoc} */ public function decrement($variable) { $this->credis_client->decr($variable); }