Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@lucacasonato lucacasonato released this 18 Mar 18:15
7d331d6

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).