RedisLabs / spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster
BSD 3-Clause "New" or "Revised" License
935 stars 368 forks source link

Does spark redis provide read stream on redis 4.0 #308

Open Akhilj786 opened 3 years ago

Akhilj786 commented 3 years ago

Does spark redis library provide reading from a stream with redis 4.0. Spark Version: 3.1.0

Ref: https://redis.io/topics/streams-intro

I anticipate the answer be NO, just wanted to double check.