redis_scan_keys
Scan Redis keys matching a glob pattern without blocking the server. Pass the returned cursor back to continue pagination until 0 indicates done.
Instructions
One SCAN page of keys matching a glob pattern. Never blocks the
server the way KEYS can on a large keyspace — pass the returned
cursor back in as cursor to continue; 0 means done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| pattern | No | * |