redis_sismember
Check if a specified member exists in a Redis set. Returns true if the member is present, false otherwise.
Instructions
Check if a member exists in a set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The set key. | |
| member | Yes | Member to check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |