Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 990 Bytes

index.rst

File metadata and controls

44 lines (30 loc) · 990 Bytes

retools - A Python Redis Toolset

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

  • Caching
    • Hit/Miss Statistics
    • Regions for common expiration periods and invalidating batches of functions at once.
    • Write-lock to prevent the Thundering Herd
  • Distributed Locking
    • Python context-manager with lock timeouts and retries
  • Well Tested *
    • 100% statement coverage
    • 100% condition coverage (via instrumental)

Reference Material

Reference material includes documentation for every retools API.

api Changelog <changelog>

Indices and tables

  • genindex
  • modindex
  • search
  • (queuing not up to 100% testing yet)