• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

inveniosoftware / flask-ratelimiter / 52
100%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2015 05:04AM UTC
Jobs 1
Files 6
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
52

Pull #21

travis-ci

twolfson
redis: fixed off-by-one check

* FIX Adds patch for off-by-one error in Redis backend.

* INCOMPATIBLE Renames `self.redis` to `self.cache` for consistency
  between backends.

* BETTER As part of the fix for off-by-one check, we added a
  `self.cache.get()` to our `update` for backends. We
  moved `pipeline()` from `__init__` to inside  `update`
  to use single source for all calls and reduce excess calls
  for any `.get()` (e.g. don't need `MULTI` and `EXEC` for a `GET`)

Reviewed-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Todd Wolfson <todd@twolfson.com>
Pull Request #21: Repaired off by one check for rate limits

118 of 118 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 52.1 09 Jun 2015 05:04AM UTC 0
100.0
Travis Job 52.1
Source Files on build 52
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #52
  • Pull Request #21
  • PR Base - master (#51)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc