Skip to content

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

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; 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions