UNPKG

@songkeys/nestjs-redis-health

Version:

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

4 lines (3 loc) 207 B
export { RedisHealthModule } from './redis-health.module'; export { RedisHealthIndicator } from './indicators/redis.health'; export { RedisCheckSettings } from './indicators/redis-check-settings.interface';