Skip to content

feat(redis): add node redis transport#61

Open
niksy wants to merge 1 commit intoboringnode:0.xfrom
niksy:node-redis-transport
Open

feat(redis): add node redis transport#61
niksy wants to merge 1 commit intoboringnode:0.xfrom
niksy:node-redis-transport

Conversation

@niksy
Copy link
Copy Markdown

@niksy niksy commented Apr 10, 2026

Add support for official Redis package. Should implement request from #41

Couple of notes

  • Couldn’t run tests for cluster either for ioredis or this implementation. When I create containers for Redis cluster I always get message that there are no nodes available
  • Typechecking is very slow when trying to use types for cluster mode. For client mode there isn’t any noticable performance difference. There is open issue for this on official repository: RedisClientType type is slow to typecheck (TS performance issue) redis/node-redis#2975

Also, project has issues when using default Yarn configuration:

➤ YN0066: │ typescript@patch:typescript@npm%3A5.9.3#builtin<compat/typescript>::version=5.9.3&hash=8133ad: Cannot apply hunk #1 (set enableInlineHunks for details)

I went and use default npm configuration as fallback.

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.

1 participant