Example #1
0
 function incr($key, $amt = 1)
 {
     return parent::incr($this->prepareKey($key), $amt);
 }