cache_mget
Retrieve multiple cache keys in a single round-trip, returning values in the same order with nulls for missing keys.
Instructions
Retrieve multiple keys in one round-trip using native Redis MGET. Returns values in the same order as the keys array; missing keys are null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| keys | Yes | List of keys to fetch |