Jul 21, 2017 · 1 min read
Just found this article after I released a small utility about the very same concept. Simple memoize utility ideal for functions with async/await syntax and promises. It supports cache in memory or via Redishttps://github.com/aboutlo/async-memo-ize
