Skip to main content
Module

x/upstash_redis/pkg/commands/touch.ts>TouchCommand

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

Constructors

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