upstash-redis-js

Installation
SKILL.md

Upstash Redis SDK - Complete Skills Guide

This directory contains comprehensive guides for using the @upstash/redis SDK. These skill files are designed to help developers and AI assistants understand and use the SDK effectively.

Installation

npm install @upstash/redis

Quick Start

Basic Initialization

import { Redis } from "@upstash/redis";

// Initialize with explicit credentials
const redis = new Redis({
Related skills
Installs
91
Repository
upstash/skills
GitHub Stars
4
First Seen
Mar 26, 2026