You can use sorted sets to find out how commonly words occur. redis.zincrby(metaphone_key, item.item_id, 1) This will allow you to sort items by highest number of occurrences
You can use sorted sets to find out how commonly words occur. redis.zincrby(metaphone_key, item.item_id, 1) This will allow you to sort items by highest number of occurrences