Skip to content

Releases: lucacasonato/deno_httpcache

0.1.2

18 Mar 18:15
7d331d6
Compare
Choose a tag to compare

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

0.1.1

10 Mar 15:46
107c962
Compare
Choose a tag to compare

Changes

  • fix: clone req when putting it into the cache (#2)

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

0.1.0

03 Mar 23:46
22b4834
Compare
Choose a tag to compare

Changes

  • feat: initial implementation (#1)

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