smembers
Retrieve all members of a Redis set. Provide the set key to get its values or an error if the key does not exist.
Instructions
Get all members of a Redis set.
Args: name: The Redis set key.
Returns: A list of values in the set or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |