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