Skip to content

Commit 9278263

Browse files
Merge branch 'hotfix/incrbyfloat_docfix'
2 parents 727b824 + f92b74b commit 9278263

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
@@ -780,7 +780,7 @@ $redis->incrByFloat('key1', 1.5); /* key1 didn't exist, so it will now be 1.5 */
780780
781781
$redis->incrByFloat('key1', 1.5); /* 3 */
782782
$redis->incrByFloat('key1', -1.5); /* 1.5 */
783-
$redis->incrByFloat('key1', 2.5); /* 3.5 */
783+
$redis->incrByFloat('key1', 2.5); /* 4 */
784784
~~~
785785

786786
### decr, decrBy

0 commit comments

Comments
 (0)