Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 589072a

Browse files
Merge branch 'hotfix/incrbyfloat_docfix' into develop
2 parents 3f0dcd8 + f92b74b commit 589072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ $redis->incrByFloat('key1', 1.5); /* key1 didn't exist, so it will now be 1.5 */
794794
795795
$redis->incrByFloat('key1', 1.5); /* 3 */
796796
$redis->incrByFloat('key1', -1.5); /* 1.5 */
797-
$redis->incrByFloat('key1', 2.5); /* 3.5 */
797+
$redis->incrByFloat('key1', 2.5); /* 4 */
798798
~~~
799799

800800
### decr, decrBy

0 commit comments

Comments
 (0)