cache_mget
Retrieve multiple cache values simultaneously with a single Redis MGET command to reduce network latency and improve performance.
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 |