Redis connection manager plugin for the hinos framework. Version 2.0.5 provides a simple decorator-based approach to manage multiple Redis connections. It uses TypeScript decorators for dependency injection of Redis instances into classes. The package wraps ioredis and exposes a subset of its API. Stable but niche, with monthly releases.
npm install hinos-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure and use hinos-redis with TypeScript decorator pattern.
Update decorators to use @REDIS() instead of @Redis()
Always use the Redis() function to initialize connections before using decorators.
Pin ioredis to version 4.x or use compatible version.
Ensure Redis({...}) is called before using the decorator, and import REDIS as named.Run 'npm install hinos-redis' and ensure import path is 'hinos-redis' not 'hinos/redis'.