Redis Data Cheatsheet by Brian P O’Rourke.
From the post:
Redis data structures are simple – none of them are likely to be a perfect match for the problem you’re trying to solve. But if you pick the right initial structure for your data, Redis commands can guide you toward efficient ways to get what you need.
Here’s our standard reference table for Redis datatypes, their most common uses, and their most common misuses. We’ll have follow-up posts with more details, specific use-cases (and code), but this is a handy reference:
I created a PDF version of the Redis Datatypes — Uses and Misuses.
Thinking it would be easier to reference than bookmarking a post. Any errors introduced are solely my responsibility.
I first saw this at: Alex Popescu’s Redis – Pick the Right Data Structure.