Error classes for NodeRedis (node_redis) v3.0.0+. Provides a hierarchy of Redis-related error types to distinguish client/server/parsing/abort/interrupt errors. Includes RedisError, ReplyError, ParserError, AbortError, and InterruptError. Last released v1.2.0 with Node >=4 support. Not actively updated; maintained as a dependency of node_redis.
npm install redis-errorsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use error classes to handle different Redis client errors.
Upgrade Node.js to version >=4.
Consider alternatives like ioredis which has its own error handling.
Check for InterruptError before AbortError to catch more specific errors.
Use: const { RedisError } = require('redis-errors');Run: npm install redis-errors
No dependency data recorded yet.