Basic Information

appmixer.redis.core.IncrementKey

1.0.0

Public

Atomically increment a key's value by 1. Creates the key with value 0 if it doesn't exist, then increments it.

Input Ports

in

FieldTypeDescription
Key text The name of the key to increment.
Set Expiration toggle Enable to set an expiration time for the key after incrementing.
TTL (seconds) number Time to live in seconds. Only used if 'Set Expiration' is enabled.

Output Ports

out

FieldTypeDescription
Key -
Value -

Full Metadata