scan
Search for Redis keys matching a specified pattern, enabling efficient identification and retrieval of data for streamlined database management.
Instructions
Scan Redis keys matching a pattern
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of keys to return per iteration (optional) | |
pattern | Yes | Pattern to match (e.g., "user:*" or "schedule:*") |