You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the doc, val listRDD = sc.fromRedisList("keyPattern*") can get Lists in redis, but it get RDD[string] which contains lists only. How to get the corresponding listname of every row of the listRDD?