I am building a match-making service where matching will be FIFO based. so on every 2nd user, I want both users to get clubbed.How can I achieve it using Redis without locks?
My TPS is 10k for finding a match
I am building a match-making service where matching will be FIFO based. so on every 2nd user, I want both users to get clubbed.How can I achieve it using Redis without locks?
My TPS is 10k for finding a match