redis.write

Write to a Redis data structure

Properties

Name Type Description Required
connection
(Connection name)
string   yes
command
(Redis command)
string Redis command
Default: "HSET"
Enum: "HSET", "SADD", "XADD", "RPUSH", "LPUSH", "SET", "ZADD"
no
key object Field to use as the Redis key
yes

Additional Properties: not allowed
Example

command: HSET
key: {}

key: object

Field to use as the Redis key

Properties

Name Type Description Required
expression string Expression
yes
language string Language
Enum: "jmespath", "sql"
yes