redis_get
Retrieve the value stored under a specified Redis key.
Instructions
Get the value stored at a Redis 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. |