import { Redis } from "https://deno.land/x/upstash_redis@v1.16.1-rc.3/platforms/cloudflare.ts";
Serverless redis client for upstash.
Constructors
new
Redis(config: RedisConfigCloudflare)Create a new redis client
Static Methods
fromEnv(env?: { UPSTASH_REDIS_REST_URL: string; UPSTASH_REDIS_REST_TOKEN: string; }, opts?: Omit<RedisConfigCloudflare, "url" | "token">): Redis