Skip to content

0.1.0

Compare
Choose a tag to compare
@lucacasonato lucacasonato released this 03 Mar 23:46
· 4 commits to main since this release
22b4834

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