Skip to content

Conversation

kachukwu-wbd
Copy link

@kachukwu-wbd kachukwu-wbd commented Sep 26, 2025

feat(adapter): support async parser in RedisAdapter

  • Updated RedisAdapter methods (onmessage, onresponse, broadcast, broadcastWithAck) to be async
  • Updated type signatures to return Promise where appropriate
  • Allows parser.encode/decode to work asynchronously

Some parsers, like ones that use compression (eg: Snappy), run better in async mode. This change makes RedisAdapter work with both sync and async parsers.

@kachukwu-wbd kachukwu-wbd changed the title feat(redis-adapter): support async parser CNNCP-12673 feat(redis-adapter): support async parser Oct 1, 2025
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