Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/redis/command.ts>BitfieldWithOverflowOpts

🦕 Redis client for Deno 🍕
Very Popular
Latest
interface BitfieldWithOverflowOpts
implements BitfieldOpts
import { type BitfieldWithOverflowOpts } from "https://deno.land/x/redis@v0.32.3/command.ts";

Properties

overflow: "WRAP" | "SAT" | "FAIL"