Beispiel #1
0
 public function Decr($key, $decrby = 1)
 {
     $this->table->decr($key, $decrby);
 }