UNPKG

@songkeys/nestjs-redis

Version:

Redis(ioredis) module for Nest framework (node.js).

8 lines (7 loc) 230 B
import { ClientType } from '../interfaces'; /** * Thrown when consumer tries to get client that does not exist. */ export declare class ClientNotFoundError extends Error { constructor(namespace: string, type: ClientType); }