Redis Secondary Indexes and Performance Question
I know that Redis doesn't really have the concept of secondary indexes, but that you can use the Z* commands to simulate one. I have a question about the best way to handle the following scenario. We are using Redis…