Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/mod.ts>BitfieldOpts

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
interface BitfieldOpts
import { type BitfieldOpts } from "https://deno.land/x/redis@v0.33.0/mod.ts";

Properties

optional
get: { type: string; offset: number | string; }
optional
set: { type: string; offset: number | string; value: number; }
optional
incrby: { type: string; offset: number | string; increment: number; }