A robust, performance-focused and full-featured Redis client for Node.js.. Use when: building interactive command-line tools; styled terminal output; progress indicators and spinners. NOT for: web browser UI rendering; server-side HTML generation.
Install
npx skillscat add yusenthebot/skills-pack/ioredis Install via the SkillsCat registry.
SKILL.md
ioredis
Overview
A robust, performance-focused and full-featured Redis client for Node.js.. A robust, performance-focused and full-featured Redis client for Node.js.
Installation
npm install ioredisCore API / Usage
npm install ioredisnpm install --save-dev @types/nodeCommon Patterns
Refer to the official documentation for common patterns, recipes, and advanced usage examples.
npm install --save-dev @types/nodeConfiguration
See the official documentation for configuration options and advanced settings.
Tips & Gotchas
- Install TypeScript types separately:
npm i -D @types/node. - Current version: 5.10.0. Check the changelog when upgrading across major versions.