action_add_redis
Add Redis database access to an API endpoint, enabling use of ctx.REDIS and ctx.REDIS_PREFIX for caching and data operations.
Instructions
Add Redis connection to an endpoint's context. Provides ctx.REDIS and ctx.REDIS_PREFIX.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | The endpoint path: 'name' (uses v1 package) or 'package/name' |