Skip to content

Commit

Permalink
link to appropriate sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Feb 1, 2012
1 parent ed4037b commit 1a79c45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ retools - A Python Redis Toolset

`retools` is a concise set of well-tested extensible Python Redis tools.

- Caching
- :mod:`Caching <retools.cache>`
- Hit/Miss Statistics
- Regions for common expiration periods and invalidating batches of
functions at once.
- Write-lock to prevent the `Thundering Herd`_
- Distributed Locking
- :mod:`Distributed Locking <retools.lock>`
- Python context-manager with lock timeouts and retries
- :mod:`Queuing <retools.queue>`
- Simple forking worker based on Resque
- Jobs stored as JSON in Redis for easy introspection
- setproctitle used by workers for easy worker introspection
- Well Tested [1]_
- 100% statement coverage
- 100% condition coverage (via instrumental_)
Expand Down

0 comments on commit 1a79c45

Please sign in to comment.