Skip to main content
Module

x/upstash_redis/pkg/script.ts>Script#eval

HTTP based Redis Client for Serverless and Edge Functions
Extremely Popular
Go to Latest
method Script.prototype.eval
import { Script } from "https://deno.land/x/upstash_redis@v1.19.3/pkg/script.ts";

Send an EVAL command to redis.

Parameters

keys: string[]
args: string[]

Returns

Promise<TResult>