redis_smembers
Retrieve all members of a Redis set by providing the set key. Returns the complete list of elements stored in the set.
Instructions
Get all members of a set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The set key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |