-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
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
Labels
No labels