yusenthebot

ioredis

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.

yusenthebot 0 Updated 3mo ago
GitHub

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 ioredis

Core API / Usage

npm install ioredis
npm install --save-dev @types/node

Common Patterns

Refer to the official documentation for common patterns, recipes, and advanced usage examples.

npm install --save-dev @types/node

Configuration

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.