Enumerating permitted commands produces a list that is wrong the moment Redis adds one, and the additions are exactly the commands nobody has considered. -@dangerous is the single…
An expensive cached value expires under load and every concurrent request misses simultaneously, so forty workers run the same four-second query at once. What the losers do is…
6.0 introduced a new protocol with typed replies, and the client opts in with HELLO 3 — so the server supporting it changes nothing until the library does.…
One password, six services, and FLUSHALL available to all of them. 6.0 landed in April with users — and the keyspace pattern is where the isolation actually is.
An entry delivered to a consumer and never acknowledged stays in the pending entries list indefinitely, which is the mechanism that makes recovery possible and the one that…
Reading a Redis stream directly gives every consumer every entry, which is right for fanout and wrong for a work queue. The > means entries never delivered to…