0
我有下面的一組鍵值對的Redis的如何在redis中實現密鑰的前綴匹配?
"[email protected]#45" :"mens-clothing/shirts"
"690-product-Ywsg##67" :"womens-clothing/shirts"
"[email protected]%59" : "boys-clothing/sweaters"
"[email protected]#45" : "Puma"
"690-brand-Z3af#" : "Free People"
"690-brand-Q4af%#49" : "True Religion"
我需要獲取僅開始從上面的一組「690品牌 - 」鍵。我如何在redis中實現相同的功能?