Skip to main content
Module

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

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

Calculates the sha1 hash of the script and then calls EVALSHA.

Parameters

keys: string[]
args: string[]

Returns

Promise<TResult>