Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 725 Bytes

shallowflow.redis.sinks.RedisSink.md

File metadata and controls

42 lines (26 loc) · 725 Bytes

RedisSink

Name

shallowflow.redis.sinks.RedisSink

Synopsis

Applies the specified Redis action to the incoming 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.sinks.action.Null