cache_list_pending_proposals
List pending cache proposals for an active Redis or Valkey instance, sorted newest first. Optionally filter by cache name to narrow results.
Instructions
List pending cache proposals for the active instance, newest first. Optionally filter by cache_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_name | No | Restrict to a single cache | |
| limit | No | Max proposals to return (default 100, max 200) | |
| instanceId | No | Connection ID; defaults to the active instance |