redis_smembers
Retrieve all members of a Redis set, capped at 1000 results, with a truncation indicator and total count if more entries exist.
Instructions
Get all members of a set. Capped at 1000 members; result is truncated=true with a total count if there are more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |