Skip to content

Mongo Sink v0.5.3

Compare
Choose a tag to compare
@fracek fracek released this 25 Jan 12:11

Persist state to Redis.

Added

  • You can now persist state to Redis! Use the --persist-to-redis flag with
    the connection string to your Redis
    instance
    and the sink
    will store its state there. Data is persisted under the apibara:sink:{sink_id}
    key and you can easily manage it with redis-cli.