redis.lookup
Lookup data from Redis using the given command and key
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| connection | string |
Connection name | yes |
| cmd | string |
The command to execute | yes |
| args | string[] |
Redis command arguments | yes |
| language | string |
Language Enum: "jmespath", "sql" |
yes |
| field | string |
The target field to write the result to |
yes |
Additional Properties: not allowed
args[]: Redis command arguments
The list of expressions that produce arguments.
Items
Item Type: string