redis_scan
Iterate over Redis keys matching a pattern using cursor-based pagination. Specify match pattern and count to control results per call.
Instructions
Scan keys matching a pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor position (0 to start). | |
| match | No | Pattern to match (e.g., "user:*"). | |
| count | No | Number of keys to return per call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |