redis_hexists
Check if a specific field exists within a Redis hash. Returns a boolean result.
Instructions
Check if a hash field exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| field | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |