Mercurial > public > sg101
log gpp/antispam/rate_limit.py @ 508:6f5fff924877
age | author | description |
---|---|---|
Sun, 04 Dec 2011 19:53:27 +0000 | Brian Neal | Created a centralized spot to get a Redis connection so that settings can be managed in one place. |
Sun, 25 Sep 2011 00:49:05 +0000 | Brian Neal | Refactor RateLimiter so that if Redis is not running, everything still runs normally (minus the rate limiting protection). My assumption that creating a Redis connection would throw an exception if Redis wasn't running was wrong. The exceptions actually occur when you issue a command. This is for #224. |