hen_nam
2017-05-28 22:02
https://github.com/phpredis/phpredis#incr-incrby
根据文档,不是 incrBy() 方法才能指定增量吗?为什么视频里 incr() 方法也能指定增量呢?
文档上incr, incrBy是放在一起的,描述:If the second argument is filled, it will be used as the integer value of the increment. 如果第二个参数填写会被当做增量。两个函数是一样的,两个原型分别是 incr($key, $value=1) incrBy($key, $value)
确实是问题,不过我感觉一切以实际效果为准。
redis的入门与应用
55648 学习 · 35 问题
相似问题