cache_mget
Retrieve multiple cache keys in a single round-trip; returns values in the same order as requested, with null for any 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 |