首頁  >  文章  >  後端開發  >  redis ERR value is not an integer or out of range

redis ERR value is not an integer or out of range

WBOY
WBOY原創
2016-06-06 20:25:465091瀏覽

<code class="php">$fee = 0.01;
$redis->incrby('num',$fee);
//ERR value is not an integer or out of range incrby不能用浮点数,除了*100转换还有办法吗?</code>

回复内容:

<code class="php">$fee = 0.01;
$redis->incrby('num',$fee);
//ERR value is not an integer or out of range incrby不能用浮点数,除了*100转换还有办法吗?</code>

不是很清楚了吗.第二个参数要是int类型的

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn