diff --git a/CHANGES.rst b/CHANGES.rst index f71c139..5a2987f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 -------- diff --git a/docs/index.rst b/docs/index.rst index 70e826d..f75a22a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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_) @@ -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