Ejemplo n.º 1
0
 public function decr($key, $value = 1)
 {
     return $this->writeStore->decr($key, $value);
 }