redis ERR value is not an integer or out of range

WBOY
發布: 2016-06-06 20:25:46
原創
5094 人瀏覽過

<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类型的

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板