Why didn't anybody tell me about Redis hash slots?

(blog.verygoodsoftwarenotvirus.dev)

19 points | by badrequest 2 days ago

3 comments

  • ironqcold 26 minutes ago
    How much of the tools you use every day stays unnoticed...
  • lesam 1 hour ago
    I'm confused how you find the data again in this cache? It seems like you're randomly salting your cache keys, so I don't understand how subsequent requests find cached data.
    • catlifeonmars 57 minutes ago
      Naively (and naive is often fine), you can query each node in parallel. The number of nodes is usually very small relative to the amount of data per node and reading is usually much faster than writing.
  • abofh 1 hour ago
    Because you inherited it from someone who built it before that was a thing, and discovered it when you went serverless.

    How'd I guess on the article itself?