Skip to content

Get Key/Value

The kv.get processor gets the value associated with a key from a module that implements the KeyValueModule interface. The output payload is the value if the key is found.

  • typekv.get
  • params:
    • key: key to retrieve from the key-value module
    • module: ID of the key-value module to get the value from

This will attempt to get the value for the counter key from the module with an id of redis

- type: kv.get
params:
module: redis
key: counter