Skip to content

Commit

Permalink
修复限速器的一个 BUG ,感谢 freshmeat 的提醒:
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzworks committed Aug 30, 2012
1 parent 0c218ad commit 1bf7656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion string/incr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ INCR
ELSE
value = INCR(ip)
IF value == 1 THEN
EXPIRE(value,1)
EXPIRE(ip,1)
END
PERFORM_API_CALL()
END
Expand Down

0 comments on commit 1bf7656

Please sign in to comment.