Redis Hashes: Storing Objects
When the thing you're storing has more than one field, a plain string forces an awkward choice: serialize the whole object into JSON and rewrite it on every change, or spread the fields across many se
amanksinghin.hashnode.dev7 min read