Redis – Any alternate search option other that SCAN when search is based on key pattern
I am using redis as database. Here is the example of key and value I am using. Both key and value are of type string. Key - shipping_rate:64:MNR:Home-Delivery. It is combination of 3 fields like item_id (64), item_type (MNR) ,…