import { Redis } from "https://deno.land/x/upstash_redis@v1.12.0-rc.1/platforms/node_with_fetch.ts";
Create a new Upstash Redis instance from environment variables.
Use this to automatically load connection secrets from your environment variables. For instance when using the Vercel integration.
This tries to load UPSTASH_REDIS_REST_URL
and UPSTASH_REDIS_REST_TOKEN
from
your environment using process.env
.
Parameters
optional
config: Omit<RedisConfigNodejs, "url" | "token">