fpco / libraries

FP Complete libraries mega-repo
2 stars 0 forks source link

Allow waiting on many requests at once #200

Open bitonic opened 8 years ago

bitonic commented 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.