From b065dd854bdcd29fa44d277e26de63042d33abc7 Mon Sep 17 00:00:00 2001 From: Context7 Agent Date: Mon, 7 Sep 2026 21:43:43 +0000 Subject: [PATCH 1/2] docs: fix Context7 suggestions --- redis/commands/scripting/eval.mdx | 12 ++++++++++++ redis/overall/compatibility.mdx | 2 ++ 2 files changed, 14 insertions(+) diff --git a/redis/commands/scripting/eval.mdx b/redis/commands/scripting/eval.mdx index 508ab510..f61596b5 100644 --- a/redis/commands/scripting/eval.mdx +++ b/redis/commands/scripting/eval.mdx @@ -212,3 +212,15 @@ fn main() -> redis::RedisResult<()> { + +## REST API + +`EVAL` is available over the Upstash Redis REST API as a `POST` to `{UPSTASH_REDIS_REST_URL}` with the command and its arguments sent as a JSON array in the request body, in Redis order: `