Skip to main content
Module

x/upstash_redis/pkg/commands/time.ts>TimeCommand

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

Constructors

new
TimeCommand(opts?: CommandOptions<[number, number], [number, number]>)