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