Skip to content

support for stream data type  #60

@shancz

Description

@shancz

Please add support for stream data type.

Redis offers the stream data type with the following basic commands:

XADD adds a new entry to a stream.
XREAD reads one or more entries, starting at a given position and moving forward in time.
XRANGE returns a range of entries between two supplied entry IDs.
XLEN returns the length of a stream.

Having a connector that supports the steam data type would allow Flink to source and sink continuously from and to Redis.
This would allow for extremely fast real-time processing.

Please add support for stream data type. Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions