$rs = $this->redis->Incr($name,1);//自增型 量=1  相当 +1 


$rs = $this->redis->DECR($name,1);//自减型 量=1 相当 +1