redis_sismember
Check if a value is a member of a Redis set. Returns true if the value exists in the set, otherwise false.
Instructions
Check if a value is a member of a set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| member | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |