Skip to content

Commit

Permalink
fix footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Feb 1, 2012
1 parent c3da7e2 commit ed4037b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -11,6 +11,8 @@ Bug Fixes

- Critical fix for caching that prevents old values from being displayed
forever. Thanks to Daniel Holth for tracking down the problem-aware.
- Actually sets the Redis expiration for a value when setting the cached
value in Redis. This defaults to 1 week.

Features
--------
Expand Down
5 changes: 2 additions & 3 deletions docs/index.rst
Expand Up @@ -13,7 +13,7 @@ retools - A Python Redis Toolset
- Write-lock to prevent the `Thundering Herd`_
- Distributed Locking
- Python context-manager with lock timeouts and retries
- Well Tested *
- Well Tested [1]_
- 100% statement coverage
- 100% condition coverage (via instrumental_)

Expand All @@ -37,8 +37,7 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`


* (queuing not up to 100% testing yet)
.. [1] queuing not up to 100% testing yet
.. _`Thundering Herd`: http://en.wikipedia.org/wiki/Thundering_herd_problem
.. _instrumental: http://pypi.python.org/pypi/instrumental

0 comments on commit ed4037b

Please sign in to comment.