Basic Information

appmixer.redis.core.FindKeys

Find Keys

1.0.0

Public

Find keys matching a pattern using the SCAN command (non-blocking). Returns a maximum of 1,000 keys. Uses SCAN instead of KEYS to avoid blocking the Redis server.

Input Ports

in

FieldTypeDescription
Pattern text The pattern to match keys against (e.g., 'user:*', 'session:*'). Use '*' as wildcard. Uses SCAN for non-blocking retrieval. Returns a maximum of 1,000 keys.
Output Type select Choose whether you want to receive the result set as one complete list, first item only, one item at a time or stream the items to a file.

Output Ports

out

Full Metadata