cache_mget
Retrieve multiple cache keys in a single round-trip, returning values in order and 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 |
|---|---|---|---|
| keys | Yes | List of keys to fetch | |
| instance_id | Yes | UUID of the cache instance |