Skip to main content
Module

x/redis/command.ts>BitfieldOpts

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
interface BitfieldOpts
import { type BitfieldOpts } from "https://deno.land/x/redis@v0.32.2/command.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; }