Finished adding Redis through AWS Lambda, but ran into issues with the latency being ~300ms. Turns out creating a new Redis connection on each Lambda call is expensive, so just reusing the same connection, which brings it down significantly.