list_keys
List keys in a Redis database matching a specified pattern. Use '*' to return all keys, and set a maximum count to limit results.
Instructions
List keys matching a pattern. Use '*' for all keys. Be careful with large databases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Max number of keys to return (default: 100) | |
| pattern | No | Pattern to match (default: '*') | * |