redis_setup_caching
Set up Redis caching patterns to manage key design, TTLs, and serialization, ensuring efficient data access for your resources.
Instructions
Set up Redis caching patterns with key design, TTL management, and serialization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | Redis client library | ioredis |
| api_key | No | API key for authentication | |
| resources | Yes | Resources to cache (e.g. 'user-sessions', 'product-details') | |
| serialization | No | Serialization format | json |