Escape-hatch interface for adopters not using the official redis
client (node-redis v4/v5) — e.g., ioredis, Upstash, a test double.
Mirrors the four methods this backend actually calls. The set
signature follows node-redis's options-object form; ioredis users
pass a thin shim that maps to its positional API.
Escape-hatch interface for adopters not using the official
redisclient (node-redis v4/v5) — e.g.,ioredis, Upstash, a test double.Mirrors the four methods this backend actually calls. The
setsignature follows node-redis's options-object form;ioredisusers pass a thin shim that maps to its positional API.Example: ioredis adapter