redis-js
Serverless Redis client for caching, sessions, search, and rate limiting
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core