Releases: lucacasonato/deno_httpcache
Releases · lucacasonato/deno_httpcache
0.1.2
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
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
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).