Querying Million keys from Redis cache in single call
I am using Redis as my cache server. For clarity, I am storing key-value pairs like 'S0007226_2005-07-09': '[15.3462, -1]'. The queries are about specific keys and not range based. For querying, I am using pyredis client. I frequently have to…