Changes
- fix: clone resp when putting it into the cache (#3)
Import this release:
import { inMemoryCache } from "https://deno.land/x/[email protected]/in_memory.ts";
import { redisCache } from "https://deno.land/x/[email protected]/redis.ts";
Cache this release:
deno cache https://deno.land/x/[email protected]/in_memory.ts https://deno.land/x/[email protected]/redis.ts
Documentation can be found on deno doc (in memory) / deno doc (redis).