Skip to content

Add support for skip history (write last state to sink) #26

@gkorland

Description

@gkorland

In case when only the last key state is relevant we should be able to skip updates.

e.g.

HSET person:1 name v1
HSET person:1 name v2
HSET person:1 name v3

Only one call to the DB should sent

UPDATE person SET name = v3 WHERE id=1; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions