LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

FastAPI Caching - Redis caching patterns for FastAPI applications.

Provides Redis caching patterns, decorators, middleware, and invalidation strategies for FastAPI applications.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Configure Redis connection pool
  • Cache async function results
  • Provide response caching middleware
  • Implement cache-aside pattern
  • Implement write-through pattern
  • Invalidate cache keys and patterns

Inputs

  • Redis connection URL
  • HTTP request data
  • Function arguments and parameters

Outputs

  • Cached JSON data in Redis
  • HTTP responses with X-Cache headers
  • Invalidated Redis cache keys

Requirements

  • FastAPI framework
  • Redis server and redis-py client
  • Starlette framework

Source

  • Spec: SKILL.md
fastapi
redis
caching
middleware
python
Configure Redis connection pool
Cache async function results
Provide response caching middleware
Implement cache-aside pattern
Redis connection URL
HTTP request data
Function arguments and parameters
Cached JSON data in Redis
HTTP responses with X-Cache headers
Invalidated Redis cache keys