Created
March 5, 2016 18:41
-
-
Save euoia/1b21edfddb7cab4e9724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return Promise.all(queues.map(q => { | |
return Promise.props({name: q, length: redis.llenAsync(q)}); | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment