Open bitonic opened 8 years ago
The only addition needed to make this happen is to implement the MGET command for redis, which will allow us to check the status of many requests with just one redis command.
MGET
The only addition needed to make this happen is to implement the
MGET
command for redis, which will allow us to check the status of many requests with just one redis command.