// main.tsimport Redis from "ioredis";
// deno.json{ "imports": { "ioredis": "https://esm.sh/ioredis@^5.3.2" }}