最新回答 / Anjaxs
文檔上incr, incrBy是放在一起的,描述:If the second argument is filled, it will be used as the integer value of the increment. 如果第二個(gè)參數(shù)填寫(xiě)會(huì)被當(dāng)做增量。兩個(gè)函數(shù)是一樣的,兩個(gè)原型分別是 incr($key, $value=1) incrBy($key, $value)
2017-05-28
redis數(shù)據(jù)類型 [string] [list] [set] [hash] [sort set]
2017-05-14