RedisLabs / spark-redis

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

Support HLL functions on Redis #48

Open nirmalc opened 7 years ago

nirmalc commented 7 years ago

Spark jobs can update HLL's thru this connector . This will be very useful when approximate counts are sufficient .

https://github.com/RedisLabs/spark-redis/pull/47

fe2s commented 5 years ago

The PR for this is #156