Skip to main content
type alias TRedisCheckMethod
import { type TRedisCheckMethod } from "https://deno.land/x/access_db@0.1.0/mod.ts";
definition:
| "="
| "!="
| "<"
| "<="
| ">"
| ">="
| "in"
| "notIn"
| "regex"
| "strLength"
| "isExists"