cache_approve_proposal
Approve a pending Valkey proposal synchronously, applying the change and returning the terminal status (applied or failed). Idempotent: successive calls with an already-applied proposal return cached result.
Instructions
Approve a pending proposal. Synchronously applies the change to Valkey and returns the terminal status (applied|failed). Idempotent: a second call on an already-applied proposal returns the cached result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | Proposal id | |
| actor | No | Optional actor identity stamped into the audit trail |