Skip to main content
Module

x/upstash_redis/pkg/commands/bitpos.ts>BitPosCommand

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
class BitPosCommand
extends Command<number, number>
import { BitPosCommand } from "https://deno.land/x/upstash_redis@v1.11.0-next.1/pkg/commands/bitpos.ts";

Constructors

new
BitPosCommand(cmd:
[
string,
0 | 1,
number,
number,
]
, opts?: CommandOptions<number, number>
)