Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 792 Bytes

shallowflow.redis.transformers.RedisTransformer.md

File metadata and controls

42 lines (26 loc) · 792 Bytes

RedisTransformer

Name

shallowflow.redis.transformers.RedisTransformer

Synopsis

Applies the specified Redis action to the incoming data and forwards the generated data.

Flow input/output

input: -unknown-

Options

  • debug (bool)

    • If enabled, outputs some debugging information
    • default: False
  • skip (bool)

    • Whether to skip this actor during execution
    • default: False
  • annotation (str)

    • For adding documentation to the actor
    • default: ''
  • name (str)

    • The name to use for this actor, leave empty for class name
    • default: ''
  • stop_flow_on_error (bool)

    • Whether to stop the flow in case of an error
    • default: True
  • action (AbstractAction)

    • The Redis action to perform
    • default: shallowflow.redis.transformers.action.PassThrough