redis_type
Identify the internal data type of a specified key stored in a Redis database.
Instructions
Retrieve the internal data type of a key.
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. |