Skip to main content
Module

x/upstash_redis/pkg/commands/strlen.ts>StrLenCommand

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

Constructors

new
StrLenCommand(cmd: [string], opts?: CommandOptions<number, number>)