redis_expire
Set an expiration time in seconds on a Redis key. Manage key lifecycle to automatically remove stale data.
Instructions
Set expiration time on a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key to expire. | |
| seconds | Yes | Expiration time in seconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |