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