Basic Information

appmixer.redis.core.SetValue

1.0.0

Public

Set a value in Redis with optional expiration. Supports multiple data types (string, hash, list, set).

Input Ports

in

FieldTypeDescription
Key text The name of the key to set.
Value textarea The value to store. Can be a string, number, object, or array.
Key Type select The Redis data type. Choose 'automatic' to auto-detect based on value.
Set Expiration toggle Enable to set an expiration time for the key.
TTL (seconds) number Time to live in seconds. Only used if 'Set Expiration' is enabled.

Output Ports

out

FieldTypeDescription
Key -
Value -

Full Metadata