fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.

Results 119 fastapi-cache issues
Sort by recently updated
recently updated
newest added

Hi again! Following my previous PR #72 Here is a fix we need to avoid breaking the `inmemory` and `redis` backends. ## Explanation both `InMemoryBackend` and `RedisBackend` clear methods have...

By default, `Cache-Control: max-age=` is set on the response. I'd like to have an option to disable this and instead prevent intermediate caches or the client to cache the resource,...

enhancement

Bumps [types-aiobotocore](https://github.com/youtype/mypy_boto3_builder) from 2.7.0 to 2.9.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-aiobotocore&package-manager=pip&previous-version=2.7.0&new-version=2.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

auto-merge
dependencies
python

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

github_actions
dependencies

X-FastAPI-Cache header is not available in fastapi-cache2 v0.2.1 The latest release v0.2.1 was from February while the source code has been modified in main branch since. https://pypi.org/project/fastapi-cache2/#history https://github.com/long2ice/fastapi-cache/commit/915f3dd8f2dfe6699a7d6202d8b9c687dd9b15df

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.333 to 1.1.347. Commits daefe65 Pyright NPM Package update to 1.1.347 (#246) b16743c [pyright updated to 1.1.346] Update Version (#245) a13a839 [pyright updated to 1.1.345] Update Version...

auto-merge
dependencies
python

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.1 to 0.1.13. Release notes Sourced from ruff's releases. v0.1.13 Changes Bug fixes Include base pyproject when initializing cache settings (#9480) [flake8-simplify] Account for possibly-empty f-string values...

auto-merge
dependencies
python

Hi all, My cache system is working on browser but not in postman `@app.get("/", include_in_schema=False) @cache(expire=600) async def app_home(request: Request): return {'Domain : %s' % generate_random(20)}` Do you have an...

### Changes - Removed the logic to never use cache if either of `no-cache`/`no-store` was present - Instead they work as follows - `no-cache`: doesn't use cache even if the...

Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.7 to 4.6.0.20240106. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-redis&package-manager=pip&previous-version=4.6.0.7&new-version=4.6.0.20240106)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

auto-merge
dependencies
python