spark-redis
                                
                                 spark-redis copied to clipboard
                                
                                    spark-redis copied to clipboard
                            
                            
                            
                        Reading key value pairs from redis without providing a keys.pattern or table name
Hi, is there a way to load key value pairs without providing a "keys.pattern" or "table" option to SparkSession?
All my keys are sharing either of these two patterns (alphanumeric~alphanumeric or alphanumeric~alphanumeric~alphanumeric), but none of them seem to work with both "*~*" or "*~*~*" pattern so wondering if there is a way to load without even providing them. Thanks
Hi @jaky0515 ,
Not sure I understood the issue. Can you load with two calls, first with *~* and second with *~*~*?