Skip to main content
Ctrl+K

redis_func_cache 0.7 documentation

Documentation

  • README
  • CHANGELOG
  • CONTRIBUTING
  • AUTHORS
  • LICENSE

API Reference

  • redis_func_cache package
    • redis_func_cache.mixins package
      • redis_func_cache.mixins.hash module
      • redis_func_cache.mixins.scripts module
    • redis_func_cache.policies package
      • redis_func_cache.policies.abstract module
      • redis_func_cache.policies.base module
      • redis_func_cache.policies.fifo module
      • redis_func_cache.policies.lfu module
      • redis_func_cache.policies.lru module
      • redis_func_cache.policies.mru module
      • redis_func_cache.policies.rr module
    • redis_func_cache.cache module
    • redis_func_cache.constants module
    • redis_func_cache.exceptions module
    • redis_func_cache.typing module
    • redis_func_cache.utils module
  • Repository
  • Open issue
  • .rst

redis_func_cache

Contents

  • Contents
  • Indices and tables

redis_func_cache#

python-package readthedocs codecov PyPI

A Python library for caching function results in Redis, similar to the caching functionality provided by the standard library’s functools.cache.

Release

Version

Built at

0.7

0.7.1

Mar 30, 2026

Contents#

Documentation

  • README
  • CHANGELOG
  • CONTRIBUTING
  • AUTHORS
  • LICENSE

API Reference

  • redis_func_cache package
    • redis_func_cache.mixins package
      • redis_func_cache.mixins.hash module
      • redis_func_cache.mixins.scripts module
    • redis_func_cache.policies package
      • redis_func_cache.policies.abstract module
      • redis_func_cache.policies.base module
      • redis_func_cache.policies.fifo module
      • redis_func_cache.policies.lfu module
      • redis_func_cache.policies.lru module
      • redis_func_cache.policies.mru module
      • redis_func_cache.policies.rr module
    • redis_func_cache.cache module
    • redis_func_cache.constants module
    • redis_func_cache.exceptions module
    • redis_func_cache.typing module
    • redis_func_cache.utils module

Indices and tables#

  • Index

  • Module Index

  • Search Page

next

README

Contents
  • Contents
  • Indices and tables

By Liu Xue Yan

© Copyright 2024, Liu Xue Yan.