【发布时间】:2016-08-01 12:10:27
【问题描述】:
我在 Redis 中有以下一组键值对
"690-product-Qwaf@#45" :"mens-clothing/shirts"
"690-product-Ywsg##67" :"womens-clothing/shirts"
"690-product-Wsrf@%59" : "boys-clothing/sweaters"
"690-brand-P2af@#45" : "Puma"
"690-brand-Z3af#" : "Free People"
"690-brand-Q4af%#49" : "True Religion"
我只需要从上述集合中获取以“690-brand-”开头的键。我怎样才能在 redis 中达到同样的效果?
【问题讨论】:
标签: redis node-redis