Skip to main content
interface RedisTransactionRes
import { type RedisTransactionRes } from "https://deno.land/x/access_db@0.1.0/mod.ts";

Properties

begin: (callback: Function) => void
discard: () => Promise<boolean>
commit: () => Promise<any>
watch: (table: TTable, id?: string | number | (string | number)[]) => Promise<boolean>