Skip to content

feat: enable typescript strict mode for null-checking#288

Closed
nidomiro wants to merge 1 commit intonest-modules:mainfrom
nidomiro:feat/enable_ts_strict
Closed

feat: enable typescript strict mode for null-checking#288
nidomiro wants to merge 1 commit intonest-modules:mainfrom
nidomiro:feat/enable_ts_strict

Conversation

@nidomiro
Copy link
Copy Markdown

@nidomiro nidomiro commented Sep 4, 2024

This PR enables typescripts 'strict' option for null-checking

juandav added a commit that referenced this pull request Mar 22, 2026
…dling

- Add OnApplicationShutdown to RedisCoreModule for graceful Redis disconnection (PR #289)
- Fix health provider to use configured Redis connection instead of default localhost (PR #281)
- Add null-safe error handling in RedisHealthIndicator (PR #288)
- Export redisHealthIndicatorProvider from index

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@juandav
Copy link
Copy Markdown
Member

juandav commented Mar 22, 2026

Hi @nidomiro, thanks for this PR!

The null-safe error handling improvements from your PR have been incorporated into the main branch (commit 04b2720). The RedisHealthIndicator now uses error instanceof Error for safe error access.

Regarding TypeScript strict mode — the codebase has been migrated to a monorepo structure with Biome for linting, and we're evaluating strict mode as a separate effort.

Closing this PR as the relevant changes have been merged. Thank you!

@juandav juandav closed this Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants