redis_srem
Remove a specified member from a Redis set. Blocked when the connection's readOnly mode is enabled.
Instructions
Remove a member from a set. Blocked when that connection's own readOnly mode is enabled.
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. |