Skip to content

Commit

Permalink
Merge branch 'hotfix/incrbyfloat_docfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Jan 6, 2014
2 parents 727b824 + f92b74b commit 9278263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ $redis->incrByFloat('key1', 1.5); /* key1 didn't exist, so it will now be 1.5 */
$redis->incrByFloat('key1', 1.5); /* 3 */
$redis->incrByFloat('key1', -1.5); /* 1.5 */
$redis->incrByFloat('key1', 2.5); /* 3.5 */
$redis->incrByFloat('key1', 2.5); /* 4 */
~~~

### decr, decrBy
Expand Down

0 comments on commit 9278263

Please sign in to comment.