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