upstashupstashOfficialยท1 Agent Skills Included

redis-js

Serverless Redis client for caching, sessions, search, and rate limiting

Connects JavaScript and TypeScript apps to serverless Redis over HTTP for caching, sessions, rate limiting, and leaderboards. Handles automatic serialization of objects, numbers, and JSON so you skip manual parsing and string conversion. Includes guides for pipelines, transactions, full-text search, and migrations from ioredis or node-redis. Works in serverless functions, edge runtimes, and browsers where TCP connections are unavailable.
npx skills add upstash/redis-js --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install redis-js?โ–ผ

Run `npx skills add upstash/redis-js --all -g -y` in your terminal to install all skills in this suite globally.

What is Upstash Redis used for?โ–ผ

It provides a serverless Redis database accessed over HTTP, ideal for caching, session storage, rate limiting, and leaderboards in serverless and edge apps.

Why use this instead of a regular Redis client?โ–ผ

It works over HTTP instead of TCP, so it runs in AWS Lambda, Cloudflare Workers, and browsers where persistent connections are not possible.

Does redis-js support full-text search?โ–ผ

Yes. The search extension lets you create indexes, run filtered queries, and aggregate data, with adapters for node-redis and ioredis.

Can AI agents use these skills without deep Redis knowledge?โ–ผ

Yes. The skill files teach your AI agent correct patterns, common mistakes, and ready-to-use code for every Redis data structure.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’