Can i use wild card search for Redis HSCAN?
I have Hash keys like this in my cache - products:P101 products:P211 products:P327 ... Now i want to HSCAN on these cache items using widlcard but it is not working hscan "products:P121" 0 //this works scan 0 match products:* //this…