Today, we'll make use of the IORedis client we created in the last tutorial and add methods to a Polls Repository for storing poll data in a "JSON-like" structure in Redis.
0:00 - Intro 2:30 - Scaffold Out Polls Repository Class 5:40 - Shared Types Module 9:40 - Polls Repository, First Methods 22:08 - Test Application, Demonstrate Storage in Redis